Class Double

The Double class exists as a wrapper over a C double.

public 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.