Uses of Class
org.djunits.value.vdouble.scalar.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
Modifier and TypeMethodDescriptionSpeedMatrix.instantiateScalarSI
(double valueSI, SpeedUnit displayUnit) ModifierConstructorDescriptionSpeedMatrix
(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.ModifierConstructorDescriptionSpeedMatrix
(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
Modifier and TypeFieldDescriptionstatic final Speed
Speed.NaN
Constant with value NaN.static final Speed
Speed.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Speed
Speed.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Speed
Speed.ONE
Constant with value one.static final Speed
Speed.POS_MAXVALUE
Constant with value MAX_VALUE.static final Speed
Speed.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Speed
Speed.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Speed
SIScalar.asSpeed()
Return the current scalar as a speed.final Speed
Return the current scalar as a speed, and provide a display unit.final Speed
Calculate the division of Acceleration and Frequency, which results in a Speed scalar.final Speed
Calculate the division of Energy and Momentum, which results in a Speed scalar.final Speed
Calculate the division of FlowVolume and Area, which results in a Speed scalar.final Speed
Calculate the division of Length and Duration, which results in a Speed scalar.final Speed
Calculate the division of Momentum and Mass, which results in a Speed scalar.final Speed
Calculate the division of Power and Force, which results in a Speed scalar.final Speed
Speed.instantiateRel
(double value, SpeedUnit unit) static final Speed
Speed.instantiateSI
(double value) Construct Speed scalar.static Speed
Speed.interpolate
(Speed zero, Speed one, double ratio) Interpolate between two values.static Speed
Return the maximum value of two relative scalars.static Speed
Return the maximum value of more than two relative scalars.static Speed
Return the minimum value of two relative scalars.static Speed
Return the minimum value of more than two relative scalars.static Speed
Returns a Speed based on a value and the textual representation of the unit, which can be localized.final Speed
Calculate the multiplication of Acceleration and Duration, which results in a Speed scalar.final Speed
Calculate the multiplication of Dimensionless and Speed, which results in a Speed scalar.final Speed
Duration.times
(Acceleration v) Calculate the multiplication of Duration and Acceleration, which results in a Speed scalar.final Speed
Calculate the multiplication of Frequency and Length, which results in a Speed scalar.final Speed
Calculate the multiplication of Length and Frequency, which results in a Speed scalar.static Speed
Returns a Speed representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Frequency
Calculate the division of Acceleration and Speed, which results in a Frequency scalar.final Momentum
Calculate the division of Energy and Speed, which results in a Momentum scalar.final Area
Calculate the division of FlowVolume and Speed, which results in a Area scalar.final Duration
Calculate the division of Length and Speed, which results in a Duration scalar.final Mass
Calculate the division of Momentum and Speed, which results in a Mass scalar.final Force
Calculate the division of Power and Speed, which results in a Force scalar.final Dimensionless
Calculate the division of Speed and Speed, which results in a Dimensionless scalar.static Speed
Speed.interpolate
(Speed zero, Speed one, double ratio) Interpolate between two values.static Speed
Return the maximum value of two relative scalars.static Speed
Return the maximum value of more than two relative scalars.static Speed
Return the minimum value of two relative scalars.static Speed
Return the minimum value of more than two relative scalars.final FlowVolume
Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.final Speed
Calculate the multiplication of Dimensionless and Speed, which results in a Speed scalar.final Length
Calculate the multiplication of Duration and Speed, which results in a Length scalar.final Force
Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.final Power
Calculate the multiplication of Force and Speed, which results in a Power scalar.final Acceleration
Calculate the multiplication of Frequency and Speed, which results in a Acceleration scalar.final Frequency
Calculate the multiplication of LinearDensity and Speed, which results in a Frequency scalar.final Momentum
Calculate the multiplication of Mass and Speed, which results in a Momentum scalar.final Energy
Calculate the multiplication of Momentum and Speed, which results in a Energy scalar. -
Uses of Speed in org.djunits.value.vdouble.scalar.base
Modifier and TypeFieldDescriptionstatic final Speed
Constants.LIGHTSPEED
Speed of light in vacuum. -
Uses of Speed in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionSpeedVector.instantiateScalarSI
(double valueSI, SpeedUnit displayUnit) ModifierConstructorDescriptionSpeedVector
(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.