Interface FnumberFormat

Formats the number (argument[1]) according to the specified format (arguments[0]) using the default locale or the one provided (argument[2]) as an optional argument. The format syntax can be found in the Java DecimalFormat javadocs

interface FnumberFormat {
    args: [string | GeoStylerStringFunction, number | GeoStylerNumberFunction, string | GeoStylerStringFunction];
    name: "numberFormat";
}

Hierarchy (view full)

Properties

Properties

name: "numberFormat"