DoubleExtensions extension

on

Properties

isEmpty bool
Whether this int is zero.
no setter
isNotEmpty bool
Whether this int is not zero.
no setter

Methods

format(String format) String
Represents a number in format.
limit(double min, double max) double
Restrict value from min to max.
limitHigh(double max) double
Restrict value from max.
limitLow(double min) double
Restrict value from min.