Uses of Class
org.djunits.quantity.Frequency
Packages that use Frequency
Package
Description
The quantity package stores information about quantities with their units.
General utilities for djunits.
-
Uses of Frequency in org.djunits.quantity
Fields in org.djunits.quantity declared as FrequencyModifier and TypeFieldDescriptionstatic final FrequencyFrequency.NaNConstant with value NaN.static final FrequencyFrequency.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FrequencyFrequency.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FrequencyFrequency.ONEConstant with value one.static final FrequencyFrequency.POS_MAXVALUEConstant with value MAX_VALUE.static final FrequencyFrequency.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FrequencyFrequency.ZEROConstant with value zero.Methods in org.djunits.quantity that return FrequencyModifier and TypeMethodDescriptionCalculate the division of Acceleration and Speed, which results in a Frequency scalar.AngularAcceleration.divide(AngularVelocity v) Calculate the division of AngularAcceleration and AngularVelocity, which results in a Frequency scalar.CatalyticActivity.divide(AmountOfSubstance v) Calculate the division of CatalyticActivity and AmountOfSubstance, which results in a Frequency scalar.Calculate the division of Dimensionless and Duration, which results in a Frequency scalar.Calculate the division of FlowMass and Mass, which results in a Frequency scalar.Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.Calculate the division of Power and Energy, which results in a Frequency scalar.Calculate the division of Speed and Length, which results in a Frequency scalar.Frequency.instantiateSi(double siValue, UnitInterface<Frequency> displayUnit) Calculate the multiplication of LinearObjectDensity and Speed, which results in a Frequency scalar.Speed.multiply(LinearObjectDensity v) Calculate the multiplication of Speed and LinearObjectDensity, which results in a Frequency scalar.static FrequencyReturns a Frequency based on a value and the textual representation of the unit, which can be localized.static FrequencyFrequency.of(double valueInUnit, Frequency.Unit unit) Returns a Frequency based on a value expressed in the unit.static FrequencyFrequency.ofSi(double si) Return a Frequency instance based on an SI value.static FrequencyFrequency.ofSi(double siValue, Frequency.Unit displayUnit) Instantiate a Frequency quantity with an SI or base value and a display unit.Frequency.Unit.ofSi(double si, UnitInterface<Frequency> displayUnit) Duration.reciprocal()static FrequencyReturns a Frequency representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type FrequencyModifier and TypeMethodDescriptionCalculate the division of Acceleration and Frequency, which results in a Speed scalar.Calculate the division of AngularAcceleration and Frequency, which results in a AngularVelocity scalar.Calculate the division of CatalyticActivity and Frequency, which results in a AmountOfSubstance scalar.Calculate the division of Dimensionless and Frequency, which results in a Duration scalar.Calculate the division of FlowMass and Frequency, which results in a Mass scalar.Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.Calculate the division of Frequency and Frequency, which results in a Dimensionless quantity.Calculate the division of Power and Frequency, which results in a Energy scalar.Calculate the division of Speed and Frequency, which results in a Length scalar.Calculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.Calculate the multiplication of Energy and Frequency, which results in a Power scalar.Calculate the multiplication of Length and Frequency, which results in a Speed quantity.Calculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.Calculate the multiplication of Speed and Frequency, which results in a Acceleration scalar.Calculate the multiplication of Torque and Frequency, which results in a Power scalar.Method parameters in org.djunits.quantity with type arguments of type FrequencyModifier and TypeMethodDescriptionFrequency.instantiateSi(double siValue, UnitInterface<Frequency> displayUnit) Frequency.Unit.ofSi(double si, UnitInterface<Frequency> displayUnit) -
Uses of Frequency in org.djunits.util
Fields in org.djunits.util declared as FrequencyModifier and TypeFieldDescriptionstatic final FrequencyConstants.CESIUM133_FREQUENCYThe Cesium 133 ground state hyperfine structure transition frequency.