DoubleFormatting extension

Convenience getters for formatting a double to a fixed number of decimal places.

on

Properties

f0 String

Available on double, provided by the DoubleFormatting extension

Formats this value to 0 decimal places.
no setter
f1 String

Available on double, provided by the DoubleFormatting extension

Formats this value to 1 decimal place.
no setter
f2 String

Available on double, provided by the DoubleFormatting extension

Formats this value to 2 decimal places.
no setter
f3 String

Available on double, provided by the DoubleFormatting extension

Formats this value to 3 decimal places.
no setter
f4 String

Available on double, provided by the DoubleFormatting extension

Formats this value to 4 decimal places.
no setter
f5 String

Available on double, provided by the DoubleFormatting extension

Formats this value to 5 decimal places.
no setter
f6 String

Available on double, provided by the DoubleFormatting extension

Formats this value to 6 decimal places.
no setter