Uses of Class
org.djunits.value.vdouble.scalar.Frequency
-
Packages that use Frequency Package Description org.djunits.value.vdouble.matrix Double Matrix storage and calculations with units, absolute/relative, sparse/dense.org.djunits.value.vdouble.scalar Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.org.djunits.value.vdouble.scalar.base Interfaces, abstract classes and utilities for DoubleScalar.org.djunits.value.vdouble.vector Double Vector storage and calculations with units, absolute/relative, sparse/dense.org.djunits.value.vfloat.scalar.base Utilities, interfaces and abstract classes for FloatScalar. -
-
Uses of Frequency in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Frequency Modifier and Type Method Description Frequency
FrequencyMatrix. instantiateScalarSI(double valueSI, FrequencyUnit displayUnit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Frequency Modifier and Type Method Description Class<Frequency>
FrequencyMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Frequency in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Frequency Modifier and Type Field Description static Frequency
Frequency. NaN
Constant with value NaN.static Frequency
Frequency. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Frequency
Frequency. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Frequency
Frequency. ONE
Constant with value one.static Frequency
Frequency. POS_MAXVALUE
Constant with value MAX_VALUE.static Frequency
Frequency. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Frequency
Frequency. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Frequency Modifier and Type Method Description Frequency
SIScalar. asFrequency()
Return the current scalar as a frequency.Frequency
SIScalar. asFrequency(FrequencyUnit displayUnit)
Return the current scalar as a frequency, and provide a display unit.Frequency
Acceleration. divide(Speed v)
Calculate the division of Acceleration and Speed, which results in a Frequency scalar.Frequency
AngularAcceleration. divide(AngularVelocity v)
Calculate the division of AngularAcceleration and AngularVelocity, which results in a Frequency scalar.Frequency
AngularVelocity. divide(Angle v)
Calculate the division of AngularVelocity and Angle, which results in a Frequency scalar.Frequency
CatalyticActivity. divide(AmountOfSubstance v)
Calculate the division of CatalyticActivity and AmountOfSubstance, which results in a Frequency scalar.Frequency
Dimensionless. divide(Duration v)
Calculate the division of Dimensionless and Duration, which results in a Frequency scalar.Frequency
FlowMass. divide(Mass v)
Calculate the division of FlowMass and Mass, which results in a Frequency scalar.Frequency
FlowVolume. divide(Volume v)
Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.Frequency
Power. divide(Energy v)
Calculate the division of Power and Energy, which results in a Frequency scalar.Frequency
Speed. divide(Length v)
Calculate the division of Speed and Length, which results in a Frequency scalar.Frequency
Frequency. instantiateRel(double value, FrequencyUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Frequency
Frequency. instantiateSI(double value)
Construct Frequency scalar.static Frequency
Frequency. interpolate(Frequency zero, Frequency one, double ratio)
Interpolate between two values.static Frequency
Frequency. max(Frequency r1, Frequency r2)
Return the maximum value of two relative scalars.static Frequency
Frequency. max(Frequency r1, Frequency r2, Frequency... rn)
Return the maximum value of more than two relative scalars.static Frequency
Frequency. min(Frequency r1, Frequency r2)
Return the minimum value of two relative scalars.static Frequency
Frequency. min(Frequency r1, Frequency r2, Frequency... rn)
Return the minimum value of more than two relative scalars.static Frequency
Frequency. of(double value, String unitString)
Returns a Frequency based on a value and the textual representation of the unit.Frequency
Dimensionless. times(Frequency v)
Calculate the multiplication of Dimensionless and Frequency, which results in a Frequency scalar.Frequency
LinearDensity. times(Speed v)
Calculate the multiplication of LinearDensity and Speed, which results in a Frequency scalar.Frequency
Speed. times(LinearDensity v)
Calculate the multiplication of Speed and LinearDensity, which results in a Frequency scalar.static Frequency
Frequency. valueOf(String text)
Returns a Frequency representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Frequency Modifier and Type Method Description Speed
Acceleration. divide(Frequency v)
Calculate the division of Acceleration and Frequency, which results in a Speed scalar.AngularVelocity
AngularAcceleration. divide(Frequency v)
Calculate the division of AngularAcceleration and Frequency, which results in a AngularVelocity scalar.Angle
AngularVelocity. divide(Frequency v)
Calculate the division of AngularVelocity and Frequency, which results in a Angle scalar.AmountOfSubstance
CatalyticActivity. divide(Frequency v)
Calculate the division of CatalyticActivity and Frequency, which results in a AmountOfSubstance scalar.Duration
Dimensionless. divide(Frequency v)
Calculate the division of Dimensionless and Frequency, which results in a Duration scalar.Mass
FlowMass. divide(Frequency v)
Calculate the division of FlowMass and Frequency, which results in a Mass scalar.Volume
FlowVolume. divide(Frequency v)
Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.Dimensionless
Frequency. divide(Frequency v)
Calculate the division of Frequency and Frequency, which results in a Dimensionless scalar.Energy
Power. divide(Frequency v)
Calculate the division of Power and Frequency, which results in a Energy scalar.Length
Speed. divide(Frequency v)
Calculate the division of Speed and Frequency, which results in a Length scalar.static Frequency
Frequency. interpolate(Frequency zero, Frequency one, double ratio)
Interpolate between two values.static Frequency
Frequency. max(Frequency r1, Frequency r2)
Return the maximum value of two relative scalars.static Frequency
Frequency. max(Frequency r1, Frequency r2, Frequency... rn)
Return the maximum value of more than two relative scalars.static Frequency
Frequency. min(Frequency r1, Frequency r2)
Return the minimum value of two relative scalars.static Frequency
Frequency. min(Frequency r1, Frequency r2, Frequency... rn)
Return the minimum value of more than two relative scalars.AngularVelocity
Angle. times(Frequency v)
Calculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.AngularAcceleration
AngularVelocity. times(Frequency v)
Calculate the multiplication of AngularVelocity and Frequency, which results in a AngularAcceleration scalar.Frequency
Dimensionless. times(Frequency v)
Calculate the multiplication of Dimensionless and Frequency, which results in a Frequency scalar.Dimensionless
Duration. times(Frequency v)
Calculate the multiplication of Duration and Frequency, which results in a Dimensionless scalar.Power
Energy. times(Frequency v)
Calculate the multiplication of Energy and Frequency, which results in a Power scalar.Speed
Length. times(Frequency v)
Calculate the multiplication of Length and Frequency, which results in a Speed scalar.FlowMass
Mass. times(Frequency v)
Calculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.Acceleration
Speed. times(Frequency v)
Calculate the multiplication of Speed and Frequency, which results in a Acceleration scalar.Power
Torque. times(Frequency v)
Calculate the multiplication of Torque and Frequency, which results in a Power scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Frequency Constructor Description Frequency(Frequency value)
Construct Frequency scalar. -
Uses of Frequency in org.djunits.value.vdouble.scalar.base
Fields in org.djunits.value.vdouble.scalar.base declared as Frequency Modifier and Type Field Description static Frequency
Constants. CESIUM133_FREQUENCY
The Cesium 133 ground state hyperfine structure transition frequency. -
Uses of Frequency in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Frequency Modifier and Type Method Description Frequency
FrequencyVector. instantiateScalarSI(double valueSI, FrequencyUnit displayUnit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Frequency Modifier and Type Method Description Class<Frequency>
FrequencyVector. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Frequency in org.djunits.value.vfloat.scalar.base
Fields in org.djunits.value.vfloat.scalar.base declared as Frequency Modifier and Type Field Description static Frequency
FloatConstants. CESIUM133_FREQUENCY
The Cesium 133 ground state hyperfine structure transition frequency.
-