Method GetSignificandLowBits
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
GetSignificandLowBits(Decimal128)
Gets the high bits of the significand of a Decimal128 value.
[CLSCompliant(false)]
public static ulong GetSignificandLowBits(Decimal128 d)
Parameters
The Decimal128 value.
Returns
The high bits of the significand.