Method AsInt
AsInt(uint)
Reinterprets the specified value as an int.
public static int AsInt(this uint value)
Parameters
valueuintThe value to reinterpret.
Returns
- int
The reinterpreted value.
Reinterprets the specified value as an int.
public static int AsInt(this uint value)
value uintThe value to reinterpret.
The reinterpreted value.