Interface Fround

Returns the closest number to argument[0].

interface Fround {
    args: [number | GeoStylerNumberFunction];
    name: "round";
}

Hierarchy (view full)

Properties

Properties

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