Length

open class Length(val suffix: String, val ratio: Double = 1.0) : Units(source)

Units for length or distance.

Constructors

Link copied to clipboard
constructor(suffix: String, ratio: Double = 1.0)

Types

Link copied to clipboard
object Companion

Inherited properties

Link copied to clipboard
val ratio: Double = 1.0
Link copied to clipboard

Functions

Link copied to clipboard
operator fun div(other: Length): Double

Inherited functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
operator fun Length.times(mass: Mass): UnitsProduct<Mass, Length>
Link copied to clipboard
open override fun toString(): String