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
isNegativeboolif set to
true[is negative].exponentshortThe exponent.
significandHighBitsulongThe signficand high bits.
significandLowBitsulongThe significand low bits.
Returns
- Decimal128
A Decimal128 value.