geostyler-style
    Preparing search index...

    Interface FgreaterThan

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

    interface FgreaterThan {
        args: [
            number
            | GeoStylerNumberFunction,
            number | GeoStylerNumberFunction,
        ];
        name: "greaterThan";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "greaterThan"