Constructs an int128 from a double value.
Synopsis
Declared in <absl/numeric/int128.h>
constexpr
explicit
int128(double v);
Parameters
Name |
Description |
v |
The value to convert. |
Created with MrDocs
Constructs an int128 from a double value.
Declared in <absl/numeric/int128.h>
constexpr
explicit
int128(double v);
Name |
Description |
v |
The value to convert. |
Created with MrDocs