Method ToUInt16
ToUInt16(Decimal128)
Converts the value of the specified Decimal128 to the equivalent 16-bit unsigned integer.
[CLSCompliant(false)]
public static ushort ToUInt16(Decimal128 d)
Parameters
d
Decimal128The number to convert.
Returns
- ushort
A 16-bit unsigned integer equivalent to
d
.