geostyler-style
    Preparing search index...

    Interface FgreaterThanOrEqualTo

    Resolves to true if argument[0] is greater than or equal to argument[1]

    interface FgreaterThanOrEqualTo {
        args: [
            number
            | GeoStylerNumberFunction,
            number | GeoStylerNumberFunction,
        ];
        name: "greaterThanOrEqualTo";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "greaterThanOrEqualTo"