Uses of Class
org.djunits.value.vdouble.scalar.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 FrequencyFrequencyMatrix. 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 FrequencyFrequency. NaNConstant with value NaN.static FrequencyFrequency. NEG_MAXVALUEConstant with value -MAX_VALUE.static FrequencyFrequency. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FrequencyFrequency. ONEConstant with value one.static FrequencyFrequency. POS_MAXVALUEConstant with value MAX_VALUE.static FrequencyFrequency. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FrequencyFrequency. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Frequency Modifier and Type Method Description FrequencySIScalar. asFrequency()Return the current scalar as a frequency.FrequencySIScalar. asFrequency(FrequencyUnit displayUnit)Return the current scalar as a frequency, and provide a display unit.FrequencyAcceleration. divide(Speed v)Calculate the division of Acceleration and Speed, which results in a Frequency scalar.FrequencyAngularAcceleration. divide(AngularVelocity v)Calculate the division of AngularAcceleration and AngularVelocity, which results in a Frequency scalar.FrequencyAngularVelocity. divide(Angle v)Calculate the division of AngularVelocity and Angle, which results in a Frequency scalar.FrequencyCatalyticActivity. divide(AmountOfSubstance v)Calculate the division of CatalyticActivity and AmountOfSubstance, which results in a Frequency scalar.FrequencyDimensionless. divide(Duration v)Calculate the division of Dimensionless and Duration, which results in a Frequency scalar.FrequencyFlowMass. divide(Mass v)Calculate the division of FlowMass and Mass, which results in a Frequency scalar.FrequencyFlowVolume. divide(Volume v)Calculate the division of FlowVolume and Volume, which results in a Frequency scalar.FrequencyPower. divide(Energy v)Calculate the division of Power and Energy, which results in a Frequency scalar.FrequencySpeed. divide(Length v)Calculate the division of Speed and Length, which results in a Frequency scalar.FrequencyFrequency. instantiateRel(double value, FrequencyUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static FrequencyFrequency. instantiateSI(double value)Construct Frequency scalar.static FrequencyFrequency. interpolate(Frequency zero, Frequency one, double ratio)Interpolate between two values.static FrequencyFrequency. max(Frequency r1, Frequency r2)Return the maximum value of two relative scalars.static FrequencyFrequency. max(Frequency r1, Frequency r2, Frequency... rn)Return the maximum value of more than two relative scalars.static FrequencyFrequency. min(Frequency r1, Frequency r2)Return the minimum value of two relative scalars.static FrequencyFrequency. min(Frequency r1, Frequency r2, Frequency... rn)Return the minimum value of more than two relative scalars.static FrequencyFrequency. of(double value, String unitString)Returns a Frequency based on a value and the textual representation of the unit.FrequencyDimensionless. times(Frequency v)Calculate the multiplication of Dimensionless and Frequency, which results in a Frequency scalar.FrequencyLinearDensity. times(Speed v)Calculate the multiplication of LinearDensity and Speed, which results in a Frequency scalar.FrequencySpeed. times(LinearDensity v)Calculate the multiplication of Speed and LinearDensity, which results in a Frequency scalar.static FrequencyFrequency. 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 SpeedAcceleration. divide(Frequency v)Calculate the division of Acceleration and Frequency, which results in a Speed scalar.AngularVelocityAngularAcceleration. divide(Frequency v)Calculate the division of AngularAcceleration and Frequency, which results in a AngularVelocity scalar.AngleAngularVelocity. divide(Frequency v)Calculate the division of AngularVelocity and Frequency, which results in a Angle scalar.AmountOfSubstanceCatalyticActivity. divide(Frequency v)Calculate the division of CatalyticActivity and Frequency, which results in a AmountOfSubstance scalar.DurationDimensionless. divide(Frequency v)Calculate the division of Dimensionless and Frequency, which results in a Duration scalar.MassFlowMass. divide(Frequency v)Calculate the division of FlowMass and Frequency, which results in a Mass scalar.VolumeFlowVolume. divide(Frequency v)Calculate the division of FlowVolume and Frequency, which results in a Volume scalar.DimensionlessFrequency. divide(Frequency v)Calculate the division of Frequency and Frequency, which results in a Dimensionless scalar.EnergyPower. divide(Frequency v)Calculate the division of Power and Frequency, which results in a Energy scalar.LengthSpeed. divide(Frequency v)Calculate the division of Speed and Frequency, which results in a Length scalar.static FrequencyFrequency. interpolate(Frequency zero, Frequency one, double ratio)Interpolate between two values.static FrequencyFrequency. max(Frequency r1, Frequency r2)Return the maximum value of two relative scalars.static FrequencyFrequency. max(Frequency r1, Frequency r2, Frequency... rn)Return the maximum value of more than two relative scalars.static FrequencyFrequency. min(Frequency r1, Frequency r2)Return the minimum value of two relative scalars.static FrequencyFrequency. min(Frequency r1, Frequency r2, Frequency... rn)Return the minimum value of more than two relative scalars.AngularVelocityAngle. times(Frequency v)Calculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.AngularAccelerationAngularVelocity. times(Frequency v)Calculate the multiplication of AngularVelocity and Frequency, which results in a AngularAcceleration scalar.FrequencyDimensionless. times(Frequency v)Calculate the multiplication of Dimensionless and Frequency, which results in a Frequency scalar.DimensionlessDuration. times(Frequency v)Calculate the multiplication of Duration and Frequency, which results in a Dimensionless scalar.PowerEnergy. times(Frequency v)Calculate the multiplication of Energy and Frequency, which results in a Power scalar.SpeedLength. times(Frequency v)Calculate the multiplication of Length and Frequency, which results in a Speed scalar.FlowMassMass. times(Frequency v)Calculate the multiplication of Mass and Frequency, which results in a FlowMass scalar.AccelerationSpeed. times(Frequency v)Calculate the multiplication of Speed and Frequency, which results in a Acceleration scalar.PowerTorque. 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 FrequencyConstants. CESIUM133_FREQUENCYThe 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 FrequencyFrequencyVector. 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 FrequencyFloatConstants. CESIUM133_FREQUENCYThe Cesium 133 ground state hyperfine structure transition frequency.