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 SpeedSpeedMatrix. 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 SpeedSpeed. NaNConstant with value NaN.static SpeedSpeed. NEG_MAXVALUEConstant with value -MAX_VALUE.static SpeedSpeed. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static SpeedSpeed. ONEConstant with value one.static SpeedSpeed. POS_MAXVALUEConstant with value MAX_VALUE.static SpeedSpeed. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static SpeedSpeed. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Speed Modifier and Type Method Description SpeedSIScalar. asSpeed()Return the current scalar as a speed.SpeedSIScalar. asSpeed(SpeedUnit displayUnit)Return the current scalar as a speed, and provide a display unit.SpeedAcceleration. divide(Frequency v)Calculate the division of Acceleration and Frequency, which results in a Speed scalar.SpeedEnergy. divide(Momentum v)Calculate the division of Energy and Momentum, which results in a Speed scalar.SpeedFlowVolume. divide(Area v)Calculate the division of FlowVolume and Area, which results in a Speed scalar.SpeedLength. divide(Duration v)Calculate the division of Length and Duration, which results in a Speed scalar.SpeedMomentum. divide(Mass v)Calculate the division of Momentum and Mass, which results in a Speed scalar.SpeedPower. divide(Force v)Calculate the division of Power and Force, which results in a Speed scalar.SpeedSpeed. instantiateRel(double value, SpeedUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static SpeedSpeed. instantiateSI(double value)Construct Speed scalar.static SpeedSpeed. interpolate(Speed zero, Speed one, double ratio)Interpolate between two values.static SpeedSpeed. max(Speed r1, Speed r2)Return the maximum value of two relative scalars.static SpeedSpeed. max(Speed r1, Speed r2, Speed... rn)Return the maximum value of more than two relative scalars.static SpeedSpeed. min(Speed r1, Speed r2)Return the minimum value of two relative scalars.static SpeedSpeed. min(Speed r1, Speed r2, Speed... rn)Return the minimum value of more than two relative scalars.static SpeedSpeed. of(double value, String unitString)Returns a Speed based on a value and the textual representation of the unit.SpeedAcceleration. times(Duration v)Calculate the multiplication of Acceleration and Duration, which results in a Speed scalar.SpeedDimensionless. times(Speed v)Calculate the multiplication of Dimensionless and Speed, which results in a Speed scalar.SpeedDuration. times(Acceleration v)Calculate the multiplication of Duration and Acceleration, which results in a Speed scalar.SpeedFrequency. times(Length v)Calculate the multiplication of Frequency and Length, which results in a Speed scalar.SpeedLength. times(Frequency v)Calculate the multiplication of Length and Frequency, which results in a Speed scalar.static SpeedSpeed. 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 FrequencyAcceleration. divide(Speed v)Calculate the division of Acceleration and Speed, which results in a Frequency scalar.MomentumEnergy. divide(Speed v)Calculate the division of Energy and Speed, which results in a Momentum scalar.AreaFlowVolume. divide(Speed v)Calculate the division of FlowVolume and Speed, which results in a Area scalar.DurationLength. divide(Speed v)Calculate the division of Length and Speed, which results in a Duration scalar.MassMomentum. divide(Speed v)Calculate the division of Momentum and Speed, which results in a Mass scalar.ForcePower. divide(Speed v)Calculate the division of Power and Speed, which results in a Force scalar.DimensionlessSpeed. divide(Speed v)Calculate 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 SpeedSpeed. max(Speed r1, Speed r2)Return the maximum value of two relative scalars.static SpeedSpeed. max(Speed r1, Speed r2, Speed... rn)Return the maximum value of more than two relative scalars.static SpeedSpeed. min(Speed r1, Speed r2)Return the minimum value of two relative scalars.static SpeedSpeed. min(Speed r1, Speed r2, Speed... rn)Return the minimum value of more than two relative scalars.FlowVolumeArea. times(Speed v)Calculate the multiplication of Area and Speed, which results in a FlowVolume scalar.SpeedDimensionless. times(Speed v)Calculate the multiplication of Dimensionless and Speed, which results in a Speed scalar.LengthDuration. times(Speed v)Calculate the multiplication of Duration and Speed, which results in a Length scalar.ForceFlowMass. times(Speed v)Calculate the multiplication of FlowMass and Speed, which results in a Force scalar.PowerForce. times(Speed v)Calculate the multiplication of Force and Speed, which results in a Power scalar.AccelerationFrequency. times(Speed v)Calculate the multiplication of Frequency and Speed, which results in a Acceleration scalar.FrequencyLinearDensity. times(Speed v)Calculate the multiplication of LinearDensity and Speed, which results in a Frequency scalar.MomentumMass. times(Speed v)Calculate the multiplication of Mass and Speed, which results in a Momentum scalar.EnergyMomentum. 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 SpeedConstants. LIGHTSPEEDSpeed 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 SpeedSpeedVector. 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 SpeedFloatConstants. LIGHTSPEEDSpeed of light in vacuum.