Fizzy / docs / ref / Double.md
Double
All numbers are stored as Doubles; there is no Integer data type in Fizzy.
Fields
none
Methods
| Name | Parameters | Return Type | Comments |
|---|---|---|---|
| toString | none | String | Converts to a string, but may be ugly for non integer values. |
| format | String | String | Uses Java's DecimalFormat |
| clamp | min : Double, max : Double | Double | |
| min | other : Double | Double | There is also a global function, which takes two doubles. |
| max | other : Double | Double | There is also a global function, which takes two doubles. |