geostyler-style
    Preparing search index...

    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 Summary)

    Index

    Properties

    Properties

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