geostyler-style
    Preparing search index...

    Interface Fmodulo

    Returns the remainder after integer division of argument[0] by argument[1]

    interface Fmodulo {
        args: [
            number
            | GeoStylerNumberFunction,
            number | GeoStylerNumberFunction,
        ];
        name: "modulo";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "modulo"