Method AsUShort
AsUShort(short)
Reinterprets the specified value as an unsigned short.
public static ushort AsUShort(this short value)
Parameters
valueshortThe value to reinterpret.
Returns
- ushort
The reinterpreted value.
Reinterprets the specified value as an unsigned short.
public static ushort AsUShort(this short value)
value shortThe value to reinterpret.
The reinterpreted value.