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 TypeMethodDescriptionfinal FrequencyCalculate the division of Acceleration and Speed, which results in a Frequency scalar.final FrequencyAngularAcceleration.divide(AngularVelocity v) Calculate the division of AngularAcceleration and AngularVelocity, which results in a Frequency scalar.final FrequencyCatalyticActivity.divide(AmountOfSubstance v) Calculate the division of CatalyticActivity and AmountOfSubstance, which results in a Frequency scalar.final FrequencyCalculate the division of Dimensionless and Duration, which results in a Frequency scalar.final FrequencyCalculate the division of FlowMass and Mass, which results in a Frequency scalar.final FrequencyCalculate the division of FlowVolume and Volume, which results in a Frequency scalar.final FrequencyCalculate the division of Power and Energy, which results in a Frequency scalar.final FrequencyCalculate the division of Speed and Length, which results in a Frequency scalar.Frequency.instantiate(double si) final FrequencyCalculate the multiplication of LinearObjectDensity and Speed, which results in a Frequency scalar.final FrequencySpeed.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.ofSi(double si) Return a Frequency instance based on an SI value.Frequency.Unit.ofSi(double si) 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 TypeMethodDescriptionfinal SpeedCalculate the division of Acceleration and Frequency, which results in a Speed scalar.final AngularVelocityCalculate the division of AngularAcceleration and Frequency, which results in a AngularVelocity scalar.final AmountOfSubstanceCalculate the division of CatalyticActivity and Frequency, which results in a AmountOfSubstance scalar.final DurationCalculate the division of Dimensionless and Frequency, which results in a Duration scalar.final MassCalculate the division of FlowMass and Frequency, which results in a Mass scalar.final VolumeCalculate the division of FlowVolume and Frequency, which results in a Volume scalar.final DimensionlessCalculate the division of Frequency and Frequency, which results in a Dimensionless quantity.final EnergyCalculate the division of Power and Frequency, which results in a Energy scalar.final LengthCalculate the division of Speed and Frequency, which results in a Length scalar.final AngularVelocityCalculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.final PowerCalculate the multiplication of Energy and Frequency, which results in a Power scalar.final SpeedCalculate the multiplication of Length and Frequency, which results in a Speed quantity.final FlowMassCalculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.final AccelerationCalculate the multiplication of Speed and Frequency, which results in a Acceleration scalar.final PowerCalculate the multiplication of Torque and Frequency, which results in a Power scalar.Constructors in org.djunits.quantity with parameters of type Frequency -
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.