Decimal128.GetIEEELowBits Method (original) (raw)

Decimal128GetIEEELowBits Method

Gets the low order 64 bits of the binary representation of this instance.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public ulong GetIEEELowBits()

Public Function GetIEEELowBits As ULong

member GetIEEELowBits : unit -> uint64

Return Value

Type: UInt64
The low order 64 bits of the binary representation of this instance.

See Also

Reference

Decimal128 Structure

MongoDB.Bson Namespace