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 AngularVelocityAngularVelocityMatrix. 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 AngularVelocityAngularVelocity. NaNConstant with value NaN.static AngularVelocityAngularVelocity. NEG_MAXVALUEConstant with value -MAX_VALUE.static AngularVelocityAngularVelocity. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static AngularVelocityAngularVelocity. ONEConstant with value one.static AngularVelocityAngularVelocity. POS_MAXVALUEConstant with value MAX_VALUE.static AngularVelocityAngularVelocity. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static AngularVelocityAngularVelocity. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return AngularVelocity Modifier and Type Method Description AngularVelocitySIScalar. asAngularVelocity()Return the current scalar as a angularvelocity.AngularVelocitySIScalar. asAngularVelocity(AngularVelocityUnit displayUnit)Return the current scalar as a angularvelocity, and provide a display unit.AngularVelocityAngle. divide(Duration v)Calculate the division of Angle and Duration, which results in a AngularVelocity scalar.AngularVelocityAngularAcceleration. divide(Frequency v)Calculate the division of AngularAcceleration and Frequency, which results in a AngularVelocity scalar.AngularVelocityAngularVelocity. instantiateRel(double value, AngularVelocityUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static AngularVelocityAngularVelocity. instantiateSI(double value)Construct AngularVelocity scalar.static AngularVelocityAngularVelocity. interpolate(AngularVelocity zero, AngularVelocity one, double ratio)Interpolate between two values.static AngularVelocityAngularVelocity. max(AngularVelocity r1, AngularVelocity r2)Return the maximum value of two relative scalars.static AngularVelocityAngularVelocity. max(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn)Return the maximum value of more than two relative scalars.static AngularVelocityAngularVelocity. min(AngularVelocity r1, AngularVelocity r2)Return the minimum value of two relative scalars.static AngularVelocityAngularVelocity. min(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn)Return the minimum value of more than two relative scalars.static AngularVelocityAngularVelocity. of(double value, String unitString)Returns a AngularVelocity based on a value and the textual representation of the unit.AngularVelocityAngle. times(Frequency v)Calculate the multiplication of Angle and Frequency, which results in a AngularVelocity scalar.AngularVelocityAngularAcceleration. times(Duration v)Calculate the multiplication of AngularAcceleration and Duration, which results in a AngularVelocity scalar.AngularVelocityDuration. times(AngularAcceleration v)Calculate the multiplication of Duration and AngularAcceleration, which results in a AngularVelocity scalar.AngularVelocityFrequency. times(Angle v)Calculate the multiplication of Frequency and Angle, which results in a AngularVelocity scalar.static AngularVelocityAngularVelocity. 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 DurationAngle. divide(AngularVelocity v)Calculate the division of Angle and AngularVelocity, which results in a Duration scalar.FrequencyAngularAcceleration. divide(AngularVelocity v)Calculate the division of AngularAcceleration and AngularVelocity, which results in a Frequency scalar.DimensionlessAngularVelocity. divide(AngularVelocity v)Calculate the division of AngularVelocity and AngularVelocity, which results in a Dimensionless scalar.static AngularVelocityAngularVelocity. interpolate(AngularVelocity zero, AngularVelocity one, double ratio)Interpolate between two values.static AngularVelocityAngularVelocity. max(AngularVelocity r1, AngularVelocity r2)Return the maximum value of two relative scalars.static AngularVelocityAngularVelocity. max(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn)Return the maximum value of more than two relative scalars.static AngularVelocityAngularVelocity. min(AngularVelocity r1, AngularVelocity r2)Return the minimum value of two relative scalars.static AngularVelocityAngularVelocity. min(AngularVelocity r1, AngularVelocity r2, AngularVelocity... rn)Return the minimum value of more than two relative scalars.AngleDuration. times(AngularVelocity v)Calculate the multiplication of Duration and AngularVelocity, which results in a Angle scalar.AngularAccelerationFrequency. 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 AngularVelocityAngularVelocityVector. 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.