Package org.djunits.unit
Class FrequencyUnit
- All Implemented Interfaces:
Serializable,Cloneable
public class FrequencyUnit extends Unit<FrequencyUnit>
Standard frequency unit based on time.
Copyright (c) 2015-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Alexander Verbraeck
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.Unit
Unit.Builder<U extends Unit<U>> -
Field Summary
Fields Modifier and Type Field Description static Quantity<FrequencyUnit>BASEThe SI unit for frequency is Hertz or 1/s.static FrequencyUnitGIGAHERTZgigaHertz.static FrequencyUnitHERTZHertz.static FrequencyUnitKILOHERTZkiloHertz.static FrequencyUnitMEGAHERTZmegaHertz.static FrequencyUnitPER_DAY1/day.static FrequencyUnitPER_HOUR1/hour.static FrequencyUnitPER_MICROSECOND1/microsecond.static FrequencyUnitPER_MILLISECOND1/millisecond.static FrequencyUnitPER_MINUTE1/min.static FrequencyUnitPER_SECOND1/s and all derived units.static FrequencyUnitPER_WEEK1/week.static FrequencyUnitRPMRevolutions per minute = 1/60 Hz.static FrequencyUnitSIThe SI unit for frequency is Hertz.static FrequencyUnitTERAHERTZteraHertz. -
Constructor Summary
Constructors Constructor Description FrequencyUnit() -
Method Summary
Methods inherited from class org.djunits.unit.Unit
build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString
-
Field Details
-
BASE
The SI unit for frequency is Hertz or 1/s. -
SI
The SI unit for frequency is Hertz. -
HERTZ
Hertz. -
KILOHERTZ
kiloHertz. -
MEGAHERTZ
megaHertz. -
GIGAHERTZ
gigaHertz. -
TERAHERTZ
teraHertz. -
RPM
Revolutions per minute = 1/60 Hz. -
PER_SECOND
1/s and all derived units. -
PER_MICROSECOND
1/microsecond. -
PER_MILLISECOND
1/millisecond. -
PER_MINUTE
1/min. -
PER_HOUR
1/hour. -
PER_DAY
1/day. -
PER_WEEK
1/week.
-
-
Constructor Details
-
FrequencyUnit
public FrequencyUnit()
-