Interface Fmul

Returns the product of the arguments

interface Fmul {
    args: (number | GeoStylerNumberFunction)[];
    name: "mul";
}

Hierarchy (view full)

Properties

Properties

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