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