geostyler-style
    Preparing search index...

    Interface Fsub

    Returns the result of substracting argument[1] from argument[0]

    interface Fsub {
        args: [
            number
            | GeoStylerNumberFunction,
            number | GeoStylerNumberFunction,
        ];
        name: "sub";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "sub"