geostyler-style
    Preparing search index...

    Interface Frint

    Returns the Double value that is closest in value to the argument and is equal to a mathematical integer. If two double values that are mathematical integers are equally close, the result is the integer value that is even.

    interface Frint {
        args: [number | GeoStylerNumberFunction];
        name: "rint";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    args: [number | GeoStylerNumberFunction]
    name: "rint"