PrettyFormat Module
Functions and values
Function or value |
Description
|
Full Usage:
PrettyFormat.float x
Parameters:
float
Returns: string
|
Formatting with automatic precision e.g.: 0 digits behind comma if above 1000 if there are more than 15 zeros behind the comma just '~0.0' will be displayed if the value is smaller than PrettySettings.roundToZeroBelow '0.0' will be shown. this is Double.Epsilon by default
|
Full Usage:
PrettyFormat.single x
Parameters:
float32
Returns: string
|
Formatting with automatic precision e.g.: 0 digits behind comma if above 1000
|