Uses of Class
org.djunits.value.vdouble.scalar.AngularVelocity
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.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of AngularVelocity in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return AngularVelocity Modifier and Type Method Description AngularVelocity
AngularVelocityMatrix. instantiateScalarSI(double valueSI, AngularVelocityUnit 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 AngularVelocity Modifier and Type Method Description Class<AngularVelocity>
AngularVelocityMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of AngularVelocity in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as AngularVelocity Modifier and Type Field Description static AngularVelocity
AngularVelocity. NaN
Constant with value NaN.static AngularVelocity
AngularVelocity. NEG_MAXVALUE
Constant with value -MAX_VALUE.static AngularVelocity
AngularVelocity. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static AngularVelocity
AngularVelocity. ONE
Constant with value one.static AngularVelocity
AngularVelocity. POS_MAXVALUE
Constant with value MAX_VALUE.static AngularVelocity
AngularVelocity. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static AngularVelocity
AngularVelocity. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return AngularVelocity Modifier and Type Method Description AngularVelocity
SIScalar. asAngularVelocity()
Return the current scalar as a angularvelocity.AngularVelocity
SIScalar. asAngularVelocity(AngularVelocityUnit displayUnit)
Return the current scalar as a angularvelocity, and provide a display unit.AngularVelocity
Angle. divide(Duration v)
Calculate the division of Angle and Duration, which results in a AngularVelocity scalar.AngularVelocity
AngularAcceleration. divide(Frequency v)
Calculate the division of AngularAcceleration and Frequency, which results in a AngularVelocity scalar.AngularVelocity
AngularVelocity. instantiateRel(double value, AngularVelocityUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static AngularVelocity
AngularVelocity. instantiateSI(double value)
Construct AngularVelocity scalar.static AngularVelocity
AngularVelocity. interpolate(AngularVelocity zero, AngularVelocity one, double ratio)
Interpolate between two values.static AngularVelocity
AngularVelocity. max(AngularVelocity r1, AngularVelocity r2)
Return the maximum value of two relative scalars.static AngularVelocity
AngularVelocity. max(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn)
Return the maximum value of more than two relative scalars.static AngularVelocity
AngularVelocity. min(AngularVelocity r1, AngularVelocity r2)
Return the minimum value of two relative scalars.static AngularVelocity
AngularVelocity. min(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn)
Return the minimum value of more than two relative scalars.static AngularVelocity
AngularVelocity. of(double value, String unitString)
Returns a AngularVelocity based on a value and the textual representation of the unit.AngularVelocity
Angle. times(Frequency v)
Calculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.AngularVelocity
AngularAcceleration. times(Duration v)
Calculate the multiplication of AngularAcceleration and Duration, which results in a AngularVelocity scalar.AngularVelocity
Duration. times(AngularAcceleration v)
Calculate the multiplication of Duration and AngularAcceleration, which results in a AngularVelocity scalar.AngularVelocity
Frequency. times(Angle v)
Calculate the multiplication of Frequency and Angle, which results in a AngularVelocity scalar.static AngularVelocity
AngularVelocity. valueOf(String text)
Returns a AngularVelocity representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type AngularVelocity Modifier and Type Method Description Duration
Angle. divide(AngularVelocity v)
Calculate the division of Angle and AngularVelocity, which results in a Duration scalar.Frequency
AngularAcceleration. divide(AngularVelocity v)
Calculate the division of AngularAcceleration and AngularVelocity, which results in a Frequency scalar.Dimensionless
AngularVelocity. divide(AngularVelocity v)
Calculate the division of AngularVelocity and AngularVelocity, which results in a Dimensionless scalar.static AngularVelocity
AngularVelocity. interpolate(AngularVelocity zero, AngularVelocity one, double ratio)
Interpolate between two values.static AngularVelocity
AngularVelocity. max(AngularVelocity r1, AngularVelocity r2)
Return the maximum value of two relative scalars.static AngularVelocity
AngularVelocity. max(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn)
Return the maximum value of more than two relative scalars.static AngularVelocity
AngularVelocity. min(AngularVelocity r1, AngularVelocity r2)
Return the minimum value of two relative scalars.static AngularVelocity
AngularVelocity. min(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn)
Return the minimum value of more than two relative scalars.Angle
Duration. times(AngularVelocity v)
Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.AngularAcceleration
Frequency. times(AngularVelocity v)
Calculate the multiplication of Frequency and AngularVelocity, which results in a AngularAcceleration scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type AngularVelocity Constructor Description AngularVelocity(AngularVelocity value)
Construct AngularVelocity scalar. -
Uses of AngularVelocity in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AngularVelocity Modifier and Type Method Description AngularVelocity
AngularVelocityVector. instantiateScalarSI(double valueSI, AngularVelocityUnit 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 AngularVelocity Modifier and Type Method Description Class<AngularVelocity>
AngularVelocityVector. getScalarClass()
Return the class of the corresponding scalar.