Unit class abstract
Base class used to create units for mass, energy, etc.
Properties
Methods
Operators
-
operator *(
double mult) → Unit -
operator +(
UnitMass? add) → Unit -
operator /(
UnitMass divide) → double -
operator ==(
Object other) → bool -
The equality operator.
inherited