FormattedQuantity

data class FormattedQuantity(val value: Double, val symbol: String)

Output structure of format.

See also

Parameters

value

The value including decimal and trailing digits, if chosen.

units

The units U.

Constructors

Link copied to clipboard
fun FormattedQuantity(value: Double, symbol: String)

Functions

Link copied to clipboard
open override fun toString(): String

Intentionally simple implementation for a formatted quantity

Properties

Link copied to clipboard
Link copied to clipboard