Volume
A quantity describing volume. (For example, 10 liters.)
Types
Functions
Link copied to clipboard
Expresses the volume's value in milliliters.
Link copied to clipboard
Expresses the volume's value in US gallons.
Link copied to clipboard
Expresses the volume's value in liters rounded down.
Link copied to clipboard
Expresses the volume's value in milliliters rounded down.
Link copied to clipboard
Expresses the volume's value in US gallons rounded down.
Link copied to clipboard
open override fun toString(unit: Volume.Unit, decimals: Int, suffixMode: Quantity.SuffixMode, decimalsMode: Quantity.DecimalsMode): String
Returns a string representation for the value from this
with the given unit. Depending on decimalsMode, it will show either exactly or at most decimals amount of decimals after the separator. The unit will be suffixed depending on suffixMode.
Link copied to clipboard
Returns a new instance with the value from this
as negative.