Length

data class Length(val value: Double, val unit: LengthUnit)

Describes an absolute or relative length. A length contains a numeric value and the unit of that value.

Constructors

Link copied to clipboard
fun Length(value: Double, unit: LengthUnit)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard
Link copied to clipboard