Uses of Class
org.djunits.value.vdouble.scalar.Speed
Packages that use Speed
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 Speed in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return SpeedModifier and TypeMethodDescriptionSpeedMatrix.instantiateScalarSI(double valueSI, SpeedUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type SpeedConstructors in org.djunits.value.vdouble.matrix with parameters of type SpeedModifierConstructorDescriptionSpeedMatrix(Speed[][] data) Construct a SpeedMatrix from an array of an array of Speed objects.SpeedMatrix(Speed[][] data, SpeedUnit displayUnit) Construct a SpeedMatrix from an array of an array of Speed objects.SpeedMatrix(Speed[][] data, SpeedUnit displayUnit, StorageType storageType) Construct a SpeedMatrix from an array of an array of Speed objects.SpeedMatrix(Speed[][] data, StorageType storageType) Construct a SpeedMatrix from an array of an array of Speed objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type SpeedModifierConstructorDescriptionSpeedMatrix(Collection<DoubleSparseValue<SpeedUnit, Speed>> data, int rows, int cols) Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.SpeedMatrix(Collection<DoubleSparseValue<SpeedUnit, Speed>> data, int rows, int cols, StorageType storageType) Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.SpeedMatrix(Collection<DoubleSparseValue<SpeedUnit, Speed>> data, SpeedUnit displayUnit, int rows, int cols) Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects.SpeedMatrix(Collection<DoubleSparseValue<SpeedUnit, Speed>> data, SpeedUnit displayUnit, int rows, int cols, StorageType storageType) Construct a SpeedMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Speed in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as SpeedModifier and TypeFieldDescriptionstatic final SpeedSpeed.NaNConstant with value NaN.static final SpeedSpeed.NEG_MAXVALUEConstant with value -MAX_VALUE.static final SpeedSpeed.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final SpeedSpeed.ONEConstant with value one.static final SpeedSpeed.POS_MAXVALUEConstant with value MAX_VALUE.static final SpeedSpeed.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final SpeedSpeed.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return SpeedModifier and TypeMethodDescriptionfinal SpeedSIScalar.asSpeed()Return the current scalar as a speed.final SpeedReturn the current scalar as a speed, and provide a display unit.final SpeedCalculate the division of Acceleration and Frequency, which results in a Speed scalar.final SpeedCalculate the division of Energy and Momentum, which results in a Speed scalar.final SpeedCalculate the division of FlowVolume and Area, which results in a Speed scalar.final SpeedCalculate the division of Length and Duration, which results in a Speed scalar.final SpeedCalculate the division of Momentum and Mass, which results in a Speed scalar.final SpeedCalculate the division of Power and Force, which results in a Speed scalar.static SpeedSpeed.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Speed.final SpeedSpeed.instantiateRel(double value, SpeedUnit unit) static SpeedSpeed.interpolate(Speed zero, Speed one, double ratio) Interpolate between two values.static SpeedReturn the maximum value of two relative scalars.static SpeedReturn the maximum value of more than two relative scalars.static SpeedReturn the minimum value of two relative scalars.static SpeedReturn the minimum value of more than two relative scalars.static SpeedSpeed.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Speed.static SpeedReturns a Speed based on a value and the textual representation of the unit, which can be localized.static final SpeedSpeed.ofSI(double value) Construct Speed scalar based on an SI value.final SpeedCalculate the multiplication of Acceleration and Duration, which results in a Speed scalar.final SpeedCalculate the multiplication of Dimensionless and Speed, which results in a Speed scalar.final SpeedDuration.times(Acceleration v) Calculate the multiplication of Duration and Acceleration, which results in a Speed scalar.final SpeedCalculate the multiplication of Frequency and Length, which results in a Speed scalar.final SpeedCalculate the multiplication of Length and Frequency, which results in a Speed scalar.static SpeedReturns a Speed representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type SpeedModifier and TypeMethodDescriptionfinal FrequencyCalculate the division of Acceleration and Speed, which results in a Frequency scalar.final MomentumCalculate the division of Energy and Speed, which results in a Momentum scalar.final AreaCalculate the division of FlowVolume and Speed, which results in a Area scalar.final DurationCalculate the division of Length and Speed, which results in a Duration scalar.final MassCalculate the division of Momentum and Speed, which results in a Mass scalar.final ForceCalculate the division of Power and Speed, which results in a Force scalar.final DimensionlessCalculate the division of Speed and Speed, which results in a Dimensionless scalar.static SpeedSpeed.interpolate(Speed zero, Speed one, double ratio) Interpolate between two values.static SpeedReturn the maximum value of two relative scalars.static SpeedReturn the maximum value of more than two relative scalars.static SpeedReturn the minimum value of two relative scalars.static SpeedReturn the minimum value of more than two relative scalars.final FlowVolumeCalculate the multiplication of Area and Speed, which results in a FlowVolume scalar.final SpeedCalculate the multiplication of Dimensionless and Speed, which results in a Speed scalar.final LengthCalculate the multiplication of Duration and Speed, which results in a Length scalar.final ForceCalculate the multiplication of FlowMass and Speed, which results in a Force scalar.final PowerCalculate the multiplication of Force and Speed, which results in a Power scalar.final AccelerationCalculate the multiplication of Frequency and Speed, which results in a Acceleration scalar.final FrequencyCalculate the multiplication of LinearDensity and Speed, which results in a Frequency scalar.final MomentumCalculate the multiplication of Mass and Speed, which results in a Momentum scalar.final EnergyCalculate the multiplication of Momentum and Speed, which results in a Energy scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Speed -
Uses of Speed in org.djunits.value.vdouble.scalar.base
Fields in org.djunits.value.vdouble.scalar.base declared as SpeedModifier and TypeFieldDescriptionstatic final SpeedConstants.LIGHTSPEEDSpeed of light in vacuum. -
Uses of Speed in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return SpeedModifier and TypeMethodDescriptionSpeedVector.instantiateScalarSI(double valueSI, SpeedUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type SpeedConstructors in org.djunits.value.vdouble.vector with parameters of type SpeedModifierConstructorDescriptionSpeedVector(Speed[] data) Construct an SpeedVector from an array of Speed objects.SpeedVector(Speed[] data, SpeedUnit displayUnit) Construct an SpeedVector from an array of Speed objects.SpeedVector(Speed[] data, SpeedUnit displayUnit, StorageType storageType) Construct an SpeedVector from an array of Speed objects.SpeedVector(Speed[] data, StorageType storageType) Construct an SpeedVector from an array of Speed objects.