Method ToInt32
ToInt32(Decimal128)
Converts the value of the specified Decimal128 to the equivalent 32-bit signed integer.
public static int ToInt32(Decimal128 d)
Parameters
d
Decimal128The number to convert.
Returns
- int
A 32-bit signed integer equivalent to
d
.