fromIEEE754BIDEncoding

fun fromIEEE754BIDEncoding(high: ULong, low: ULong): BsonDecimal128

Create an instance with the given high and low order bits representing this BsonDecimal128 as an IEEE 754-2008 128-bit decimal floating point using the BID encoding scheme.

Return

the BsonDecimal128 value representing the given high and low order bits

Parameters

high

the high-order 64 bits

low

the low-order 64 bits