Method FromIEEEBits NamespaceMongoDB.Bson AssemblyMongoDB.Bson.dll FromIEEEBits(ulong, ulong) Creates a new Decimal128 value from the IEEE encoding bits. [CLSCompliant(false)] public static Decimal128 FromIEEEBits(ulong highBits, ulong lowBits) Parameters highBits ulong The high bits. lowBits ulong The low bits. Returns Decimal128 A Decimal128 value.