Exit Full View

Fizzy / docs / ref / Double.md

Double

All numbers are stored as Doubles; there is no Integer data type in Fizzy.

Fields

none

Methods

NameParametersReturn TypeComments
toStringnoneStringConverts to a string, but may be ugly for non integer values.
formatStringStringUses Java's DecimalFormat
clampmin : Double, max : DoubleDouble
minother : DoubleDoubleThere is also a global function, which takes two doubles.
maxother : DoubleDoubleThere is also a global function, which takes two doubles.