Companion

object Companion

Functions

Link copied to clipboard
fun grams(value: Double): Mass

Creates Mass with the specified value in grams.

Link copied to clipboard
fun kilograms(value: Double): Mass

Creates Mass with the specified value in kilograms.

Link copied to clipboard
fun micrograms(value: Double): Mass

Creates Mass with the specified value in micrograms.

Link copied to clipboard
fun milligrams(value: Double): Mass

Creates Mass with the specified value in milligrams.

Link copied to clipboard
fun ounces(value: Double): Mass

Creates Mass with the specified value in ounces.

Link copied to clipboard
fun pounds(value: Double): Mass

Creates Mass with the specified value in pounds.