Method AsShort
AsShort(ushort)
Reinterprets the specified value as a signed short.
public static short AsShort(this ushort value)
Parameters
valueushortThe value to reinterpret.
Returns
- short
The reinterpreted value.
Reinterprets the specified value as a signed short.
public static short AsShort(this ushort value)
value ushortThe value to reinterpret.
The reinterpreted value.