Companion

object Companion

Properties

Link copied to clipboard

A Volume equal to this Double number of liters.

A Volume equal to this Int number of liters.

A Volume equal to this Long number of liters.

Link copied to clipboard

A Volume equal to this Double number of milliliters.

A Volume equal to this Int number of milliliters.

A Volume equal to this Long number of milliliters.

Link copied to clipboard

A Volume equal to this Double number of US gallons.

A Volume equal to this Int number of US gallons.

A Volume equal to this Long number of US gallons.

Link copied to clipboard

The Volume of 0.

Functions

Link copied to clipboard
fun liters(value: Double): Volume
fun liters(value: Int): Volume
fun liters(value: Long): Volume

Creates a Volume instance from the given value in liters.

Link copied to clipboard
fun milliliters(value: Int): Volume
fun milliliters(value: Long): Volume

Creates a Volume instance from the given value in milliliters.

Link copied to clipboard
fun usGallons(value: Double): Volume
fun usGallons(value: Int): Volume
fun usGallons(value: Long): Volume

Creates a Volume instance from the given value in US gallons.