BloombergLP::bdldfp::Uint128::Uint128

Create an Uint128 object having the 128-bit pattern specified by initialHigh..initialLow.

Synopsis

Declared in <bdldfp_uint128.h>

Uint128(
    bsls::Types::Uint64 initialHigh,
    bsls::Types::Uint64 initialLow);

Parameters

NameDescription
initialHighhigh-order 64 bits of the value
initialLowlow-order 64 bits of the value