Uses of Class
org.djunits.value.vdouble.scalar.Frequency
Packages that use Frequency
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Interfaces, abstract classes and utilities for DoubleScalar.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Frequency in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return FrequencyModifier and TypeMethodDescriptionFrequencyMatrix.instantiateScalarSI(double valueSI, FrequencyUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type FrequencyConstructors in org.djunits.value.vdouble.matrix with parameters of type FrequencyModifierConstructorDescriptionFrequencyMatrix(Frequency[][] data) Construct a FrequencyMatrix from an array of an array of Frequency objects.FrequencyMatrix(Frequency[][] data, FrequencyUnit displayUnit) Construct a FrequencyMatrix from an array of an array of Frequency objects.FrequencyMatrix(Frequency[][] data, FrequencyUnit displayUnit, StorageType storageType) Construct a FrequencyMatrix from an array of an array of Frequency objects.FrequencyMatrix(Frequency[][] data, StorageType storageType) Construct a FrequencyMatrix from an array of an array of Frequency objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type FrequencyModifierConstructorDescriptionFrequencyMatrix(Collection<DoubleSparseValue<FrequencyUnit, Frequency>> data, int rows, int cols) Construct a FrequencyMatrix from a (sparse) collection of DoubleSparseValue objects.FrequencyMatrix(Collection<DoubleSparseValue<FrequencyUnit, Frequency>> data, int rows, int cols, StorageType storageType) Construct a FrequencyMatrix from a (sparse) collection of DoubleSparseValue objects.FrequencyMatrix(Collection<DoubleSparseValue<FrequencyUnit, Frequency>> data, FrequencyUnit displayUnit, int rows, int cols) Construct a FrequencyMatrix from a (sparse) collection of DoubleSparseValue objects.FrequencyMatrix(Collection<DoubleSparseValue<FrequencyUnit, Frequency>> data, FrequencyUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FrequencyMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Frequency in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar 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.value.vdouble.scalar that return FrequencyModifier and TypeMethodDescriptionfinal FrequencySIScalar.asFrequency()Return the current scalar as a frequency.final FrequencySIScalar.asFrequency(FrequencyUnit displayUnit) Return the current scalar as a frequency, and provide a display unit.final 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 FrequencyCalculate the division of AngularVelocity and Angle, 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.static FrequencyFrequency.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Frequency.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.final FrequencyFrequency.instantiateRel(double value, FrequencyUnit unit) static FrequencyFrequency.interpolate(Frequency zero, Frequency one, double ratio) Interpolate between two values.static FrequencyReturn the maximum value of two relative scalars.static FrequencyReturn the maximum value of more than two relative scalars.static FrequencyReturn the minimum value of two relative scalars.static FrequencyReturn the minimum value of more than two relative scalars.static FrequencyFrequency.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Frequency.static FrequencyReturns a Frequency based on a value and the textual representation of the unit, which can be localized.static final FrequencyFrequency.ofSI(double value) Construct Frequency scalar based on an SI value.Duration.reciprocal()final FrequencyCalculate the multiplication of Dimensionless and Frequency, which results in a Frequency scalar.final FrequencyCalculate the multiplication of LinearDensity and Speed, which results in a Frequency scalar.final FrequencySpeed.times(LinearDensity v) Calculate the multiplication of Speed and LinearDensity, which results in a Frequency scalar.static FrequencyReturns a Frequency representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar 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 AngleCalculate the division of AngularVelocity and Frequency, which results in a Angle 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 scalar.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.static FrequencyFrequency.interpolate(Frequency zero, Frequency one, double ratio) Interpolate between two values.static FrequencyReturn the maximum value of two relative scalars.static FrequencyReturn the maximum value of more than two relative scalars.static FrequencyReturn the minimum value of two relative scalars.static FrequencyReturn the minimum value of more than two relative scalars.final AngularVelocityCalculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.final AngularAccelerationCalculate the multiplication of AngularVelocity and Frequency, which results in a AngularAcceleration scalar.final FrequencyCalculate the multiplication of Dimensionless and Frequency, which results in a Frequency scalar.final DimensionlessCalculate the multiplication of Duration and Frequency, which results in a Dimensionless 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 scalar.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.value.vdouble.scalar with parameters of type Frequency -
Uses of Frequency in org.djunits.value.vdouble.scalar.base
Fields in org.djunits.value.vdouble.scalar.base declared as FrequencyModifier and TypeFieldDescriptionstatic final 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 FrequencyModifier and TypeMethodDescriptionFrequencyVector.instantiateScalarSI(double valueSI, FrequencyUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type FrequencyConstructors in org.djunits.value.vdouble.vector with parameters of type FrequencyModifierConstructorDescriptionFrequencyVector(Frequency[] data) Construct an FrequencyVector from an array of Frequency objects.FrequencyVector(Frequency[] data, FrequencyUnit displayUnit) Construct an FrequencyVector from an array of Frequency objects.FrequencyVector(Frequency[] data, FrequencyUnit displayUnit, StorageType storageType) Construct an FrequencyVector from an array of Frequency objects.FrequencyVector(Frequency[] data, StorageType storageType) Construct an FrequencyVector from an array of Frequency objects.