Table of Contents

Method GetSignificandLowBits

Namespace
MongoDB.Bson
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

d Decimal128

The Decimal128 value.

Returns

ulong

The high bits of the significand.