Uses of Class
org.djunits.value.vdouble.scalar.Speed
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 Speed in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Speed Modifier and Type Method Description Speed
SpeedMatrix. instantiateScalarSI(double valueSI, SpeedUnit 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 Speed Modifier and Type Method Description Class<Speed>
SpeedMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Speed in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Speed Modifier and Type Field Description static Speed
Speed. NaN
Constant with value NaN.static Speed
Speed. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Speed
Speed. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Speed
Speed. ONE
Constant with value one.static Speed
Speed. POS_MAXVALUE
Constant with value MAX_VALUE.static Speed
Speed. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Speed
Speed. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Speed Modifier and Type Method Description Speed
SIScalar. asSpeed()
Return the current scalar as a speed.Speed
SIScalar. asSpeed(SpeedUnit displayUnit)
Return the current scalar as a speed, and provide a display unit.Speed
Acceleration. divide(Frequency v)
Calculate the division of Acceleration and Frequency, which results in a Speed scalar.Speed
Energy. divide(Momentum v)
Calculate the division of Energy and Momentum, which results in a Speed scalar.Speed
FlowVolume. divide(Area v)
Calculate the division of FlowVolume and Area, which results in a Speed scalar.Speed
Length. divide(Duration v)
Calculate the division of Length and Duration, which results in a Speed scalar.Speed
Momentum. divide(Mass v)
Calculate the division of Momentum and Mass, which results in a Speed scalar.Speed
Power. divide(Force v)
Calculate the division of Power and Force, which results in a Speed scalar.Speed
Speed. instantiateRel(double value, SpeedUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Speed
Speed. instantiateSI(double value)
Construct Speed scalar.static Speed
Speed. interpolate(Speed zero, Speed one, double ratio)
Interpolate between two values.static Speed
Speed. max(Speed r1, Speed r2)
Return the maximum value of two relative scalars.static Speed
Speed. max(Speed r1, Speed r2, Speed... rn)
Return the maximum value of more than two relative scalars.static Speed
Speed. min(Speed r1, Speed r2)
Return the minimum value of two relative scalars.static Speed
Speed. min(Speed r1, Speed r2, Speed... rn)
Return the minimum value of more than two relative scalars.static Speed
Speed. of(double value, String unitString)
Returns a Speed based on a value and the textual representation of the unit.Speed
Acceleration. times(Duration v)
Calculate the multiplication of Acceleration and Duration, which results in a Speed scalar.Speed
Dimensionless. times(Speed v)
Calculate the multiplication of Dimensionless and Speed, which results in a Speed scalar.Speed
Duration. times(Acceleration v)
Calculate the multiplication of Duration and Acceleration, which results in a Speed scalar.Speed
Frequency. times(Length v)
Calculate the multiplication of Frequency and Length, which results in a Speed scalar.Speed
Length. times(Frequency v)
Calculate the multiplication of Length and Frequency, which results in a Speed scalar.static Speed
Speed. valueOf(String text)
Returns a Speed representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Speed Modifier and Type Method Description Frequency
Acceleration. divide(Speed v)
Calculate the division of Acceleration and Speed, which results in a Frequency scalar.Momentum
Energy. divide(Speed v)
Calculate the division of Energy and Speed, which results in a Momentum scalar.Area
FlowVolume. divide(Speed v)
Calculate the division of FlowVolume and Speed, which results in a Area scalar.Duration
Length. divide(Speed v)
Calculate the division of Length and Speed, which results in a Duration scalar.Mass
Momentum. divide(Speed v)
Calculate the division of Momentum and Speed, which results in a Mass scalar.Force
Power. divide(Speed v)
Calculate the division of Power and Speed, which results in a Force scalar.Dimensionless
Speed. divide(Speed v)
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
Speed. max(Speed r1, Speed r2)
Return the maximum value of two relative scalars.static Speed
Speed. max(Speed r1, Speed r2, Speed... rn)
Return the maximum value of more than two relative scalars.static Speed
Speed. min(Speed r1, Speed r2)
Return the minimum value of two relative scalars.static Speed
Speed. min(Speed r1, Speed r2, Speed... rn)
Return the minimum value of more than two relative scalars.FlowVolume
Area. times(Speed v)
Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.Speed
Dimensionless. times(Speed v)
Calculate the multiplication of Dimensionless and Speed, which results in a Speed scalar.Length
Duration. times(Speed v)
Calculate the multiplication of Duration and Speed, which results in a Length scalar.Force
FlowMass. times(Speed v)
Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.Power
Force. times(Speed v)
Calculate the multiplication of Force and Speed, which results in a Power scalar.Acceleration
Frequency. times(Speed v)
Calculate the multiplication of Frequency and Speed, which results in a Acceleration scalar.Frequency
LinearDensity. times(Speed v)
Calculate the multiplication of LinearDensity and Speed, which results in a Frequency scalar.Momentum
Mass. times(Speed v)
Calculate the multiplication of Mass and Speed, which results in a Momentum scalar.Energy
Momentum. times(Speed v)
Calculate the multiplication of Momentum and Speed, which results in a Energy scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Speed Constructor Description Speed(Speed value)
Construct Speed scalar. -
Uses of Speed in org.djunits.value.vdouble.scalar.base
Fields in org.djunits.value.vdouble.scalar.base declared as Speed Modifier and Type Field Description static Speed
Constants. LIGHTSPEED
Speed of light in vacuum. -
Uses of Speed in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Speed Modifier and Type Method Description Speed
SpeedVector. instantiateScalarSI(double valueSI, SpeedUnit 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 Speed Modifier and Type Method Description Class<Speed>
SpeedVector. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Speed in org.djunits.value.vfloat.scalar.base
Fields in org.djunits.value.vfloat.scalar.base declared as Speed Modifier and Type Field Description static Speed
FloatConstants. LIGHTSPEED
Speed of light in vacuum.