geostyler-style
    Preparing search index...

    Interface Fadd

    Returns the sum of the arguments

    interface Fadd {
        args: (number | GeoStylerNumberFunction)[];
        name: "add";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    args: (number | GeoStylerNumberFunction)[]
    name: "add"