Mass

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

Units to measure how much matter is in an object.

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: Mass): 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
open override fun toString(): String