Method ToUInt32
ToUInt32(Decimal128)
Converts the value of the specified Decimal128 to the equivalent 32-bit unsigned integer.
Parameters
d
Decimal128The number to convert.
Returns
- uint
A 32-bit unsigned integer equivalent to
d
.
Converts the value of the specified Decimal128 to the equivalent 32-bit unsigned integer.
d
Decimal128The number to convert.
A 32-bit unsigned integer equivalent to d
.