Constructs a uint128 from a double value.

Synopsis

Declared in <absl/numeric/int128.h>

explicit
uint128(double v);

Parameters

Name

Description

v

The value to convert.

Created with MrDocs