geostyler-style
    Preparing search index...

    Interface Fmul

    Returns the product of the arguments

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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