Method AsUInt
AsUInt(int)
Reinterprets the specified value as an unsigned int.
public static uint AsUInt(this int value)
Parameters
valueintThe value to reinterpret.
Returns
- uint
The reinterpreted value.
Reinterprets the specified value as an unsigned int.
public static uint AsUInt(this int value)
value intThe value to reinterpret.
The reinterpreted value.