InverseUnits

class InverseUnits<T : Units>(val unit: T) : Units(source)

The inverse of a given Units.

Parameters

unit

this is the inverse of

Constructors

Link copied to clipboard
constructor(unit: T)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val unit: T

Functions

Link copied to clipboard
operator fun <A : Units> InverseUnits<A>.div(other: A): Measure<InverseUnits<Square<A>>>
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
@JvmName(name = "times8")
operator fun <A : Units> InverseUnits<A>.times(other: A): Double
@JvmName(name = "times9")
operator fun <A : Units, B : Units> InverseUnits<A>.times(other: B): UnitsRatio<B, A>
Link copied to clipboard
open override fun toString(): String