Method FromIEEEBits
FromIEEEBits(ulong, ulong)
Creates a new Decimal128 value from the IEEE encoding bits.
[CLSCompliant(false)]
public static Decimal128 FromIEEEBits(ulong highBits, ulong lowBits)
Parameters
Returns
- Decimal128
A Decimal128 value.