FormattedQuantity

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

Output structure of format.

See also

Constructors

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

Properties

Link copied to clipboard

The units U.

Link copied to clipboard

The value including decimal and trailing digits, if chosen.

Functions

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

Intentionally simple implementation for a formatted quantity.