Method FromComponents
FromComponents(bool, short, ulong, ulong)
Creates a new Decimal128 value from its components.
[CLSCompliant(false)]
public static Decimal128 FromComponents(bool isNegative, short exponent, ulong significandHighBits, ulong significandLowBits)
Parameters
isNegative
boolif set to
true
[is negative].exponent
shortThe exponent.
significandHighBits
ulongThe signficand high bits.
significandLowBits
ulongThe significand low bits.
Returns
- Decimal128
A Decimal128 value.