Class Double
The Double class exists as a wrapper over a C double.
0 define to_i: Integer
Convert a Double to an Integer. This is done internally through a cast from a C double, to int64_t, the type of Integer.
The Double class exists as a wrapper over a C double.
0 define to_i: IntegerConvert a Double to an Integer. This is done internally through a cast from a C double, to int64_t, the type of Integer.