Distance

@Serializable
value class Distance : Comparable<Distance>

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: Distance): Int
Link copied to clipboard
operator fun Distance.div(number: Number): Distance
operator fun Distance.div(other: Distance): Double
Link copied to clipboard
operator fun Distance.minus(other: Distance): Distance
Link copied to clipboard
operator fun Distance.plus(other: Distance): Distance
Link copied to clipboard
operator fun Distance.times(number: Number): Distance