geostyler-style
    Preparing search index...

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

    Index

    Properties

    Properties

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