Interface Fadd

Returns the sum of the arguments

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

Hierarchy (view full)

Properties

Properties

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