Interface Fceil

Returns the smallest (closest to negative infinity) number value that is greater than or equal to x and is equal to a mathematical integer.

interface Fceil {
    args: [number | GeoStylerNumberFunction];
    name: "ceil";
}

Hierarchy (view full)

Properties

Properties

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