Table of Contents

Method FromIEEEBits

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