Dob extension
Extension methods for double to provide formatting utilities.
- on
Methods
-
formatToTwoDecimalPlaces(
) → double - Formats the double to two decimal places.
-
removeZero(
) → String - Removes trailing zeros from a double's string representation.