Interface Fdouble2bool

Returns true if x is zero, false otherwise

interface Fdouble2bool {
    args: [number | GeoStylerNumberFunction];
    name: "double2bool";
}

Hierarchy (view full)

Properties

Properties

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