Interface Fpow

Returns the value of base (argument[0]) raised to the power of exponent (arguments[1])

interface Fpow {
    args: [number | GeoStylerNumberFunction, number | GeoStylerNumberFunction];
    name: "pow";
}

Hierarchy (view full)

Properties

Properties

name: "pow"