Interface Ffloor

Returns the largest (closest to positive infinity) value that is less than or equal to x and is equal to a mathematical integer

interface Ffloor {
    args: [number | GeoStylerNumberFunction];
    name: "floor";
}

Hierarchy (view full)

Properties

Properties

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