Interface Frint

Returns the Double value that is closest in value to the argument and is equal to a mathematical integer. If two double values that are mathematical integers are equally close, the result is the integer value that is even.

interface Frint {
    args: [number | GeoStylerNumberFunction];
    name: "rint";
}

Hierarchy (view full)

Properties

Properties

args: [number | GeoStylerNumberFunction]
name: "rint"