AngularVelocityUnit
Unit representing angular velocity (angle per time).
Common examples:
Radians per second (rad/s)
Degrees per second (deg/s)
Rotations per minute (RPM)
Revolutions per second (Hz when measuring rotation frequency)
Parameters
the angle unit (numerator)
the time unit (denominator)
Properties
Functions
Checks if this unit is equivalent to another one. Equivalence is determined by both units having the same base type and treat the same base unit magnitude as the same magnitude in their own units, to within Measure.EQUIVALENCE_THRESHOLD.
Converts a value in terms of base units to a value in terms of this unit.
Checks if this unit is the base unit for its own system of measurement.
Creates a new immutable measurement of the given magnitude in terms of this unit. Implementations are strongly recommended to sharpen the return type to a unit-specific measurement implementation.
Creates a new immutable measurement of the given magnitude in terms of this unit's base unit. Implementations are strongly recommended to sharpen the return type to a unit-specific measurement implementation.
Combines this unit with a unit of time. This often - but not always - results in a velocity. Subclasses should sharpen the return type to be unit-specific.
Converts a value in terms of this unit to a value in terms of the base unit.