Uses of Class
org.djunits.value.vdouble.scalar.Duration
| 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 Duration in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Duration Modifier and Type Method Description DurationTimeMatrix. instantiateScalarRelSI(double valueSI, DurationUnit displayUnit)Instantiate a new relative scalar for the class of this absolute matrix.DurationDurationMatrix. instantiateScalarSI(double valueSI, DurationUnit 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 Duration Modifier and Type Method Description Class<Duration>DurationMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of Duration in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Duration Modifier and Type Field Description static DurationDuration. NaNConstant with value NaN.static DurationDuration. NEG_MAXVALUEConstant with value -MAX_VALUE.static DurationDuration. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static DurationDuration. ONEConstant with value one.static DurationDuration. POS_MAXVALUEConstant with value MAX_VALUE.static DurationDuration. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static DurationDuration. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Duration Modifier and Type Method Description DurationSIScalar. asDuration()Return the current scalar as a duration.DurationSIScalar. asDuration(DurationUnit displayUnit)Return the current scalar as a duration, and provide a display unit.DurationAmountOfSubstance. divide(CatalyticActivity v)Calculate the division of AmountOfSubstance and CatalyticActivity, which results in a Duration scalar.DurationAngle. divide(AngularVelocity v)Calculate the division of Angle and AngularVelocity, which results in a Duration scalar.DurationAngularVelocity. divide(AngularAcceleration v)Calculate the division of AngularVelocity and AngularAcceleration, which results in a Duration scalar.DurationDimensionless. divide(Frequency v)Calculate the division of Dimensionless and Frequency, which results in a Duration scalar.DurationElectricalCapacitance. divide(ElectricalConductance v)Calculate the division of ElectricalCapacitance and ElectricalConductance, which results in a Duration scalar.DurationElectricalCharge. divide(ElectricalCurrent v)Calculate the division of ElectricalCharge and ElectricalCurrent, which results in a Duration scalar.DurationEnergy. divide(Power v)Calculate the division of Energy and Power, which results in a Duration scalar.DurationLength. divide(Speed v)Calculate the division of Length and Speed, which results in a Duration scalar.DurationMagneticFlux. divide(ElectricalPotential v)Calculate the division of MagneticFlux and ElectricalPotential, which results in a Duration scalar.DurationMass. divide(FlowMass v)Calculate the division of Mass and FlowMass, which results in a Duration scalar.DurationSpeed. divide(Acceleration v)Calculate the division of Speed and Acceleration, which results in a Duration scalar.DurationTorque. divide(Power v)Calculate the division of Torque and Power, which results in a Duration scalar.DurationVolume. divide(FlowVolume v)Calculate the division of Volume and FlowVolume, which results in a Duration scalar.DurationDuration. instantiateRel(double value, DurationUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.DurationTime. instantiateRel(double value, DurationUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static DurationDuration. instantiateSI(double value)Construct Duration scalar.static DurationDuration. interpolate(Duration zero, Duration one, double ratio)Interpolate between two values.static DurationDuration. max(Duration r1, Duration r2)Return the maximum value of two relative scalars.static DurationDuration. max(Duration r1, Duration r2, Duration... rn)Return the maximum value of more than two relative scalars.static DurationDuration. min(Duration r1, Duration r2)Return the minimum value of two relative scalars.static DurationDuration. min(Duration r1, Duration r2, Duration... rn)Return the minimum value of more than two relative scalars.static DurationDuration. of(double value, String unitString)Returns a Duration based on a value and the textual representation of the unit.DurationDimensionless. times(Duration v)Calculate the multiplication of Dimensionless and Duration, which results in a Duration scalar.static DurationDuration. valueOf(String text)Returns a Duration representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Duration Modifier and Type Method Description CatalyticActivityAmountOfSubstance. divide(Duration v)Calculate the division of AmountOfSubstance and Duration, which results in a CatalyticActivity scalar.AngularVelocityAngle. divide(Duration v)Calculate the division of Angle and Duration, which results in a AngularVelocity scalar.AngularAccelerationAngularVelocity. divide(Duration v)Calculate the division of AngularVelocity and Duration, which results in a AngularAcceleration scalar.FrequencyDimensionless. divide(Duration v)Calculate the division of Dimensionless and Duration, which results in a Frequency scalar.DimensionlessDuration. divide(Duration v)Calculate the division of Duration and Duration, which results in a Dimensionless scalar.ElectricalConductanceElectricalCapacitance. divide(Duration v)Calculate the division of ElectricalCapacitance and Duration, which results in a ElectricalConductance scalar.ElectricalCurrentElectricalCharge. divide(Duration v)Calculate the division of ElectricalCharge and Duration, which results in a ElectricalCurrent scalar.PowerEnergy. divide(Duration v)Calculate the division of Energy and Duration, which results in a Power scalar.SpeedLength. divide(Duration v)Calculate the division of Length and Duration, which results in a Speed scalar.ElectricalPotentialMagneticFlux. divide(Duration v)Calculate the division of MagneticFlux and Duration, which results in a ElectricalPotential scalar.FlowMassMass. divide(Duration v)Calculate the division of Mass and Duration, which results in a FlowMass scalar.AccelerationSpeed. divide(Duration v)Calculate the division of Speed and Duration, which results in a Acceleration scalar.PowerTorque. divide(Duration v)Calculate the division of Torque and Duration, which results in a Power scalar.FlowVolumeVolume. divide(Duration v)Calculate the division of Volume and Duration, which results in a FlowVolume scalar.static DurationDuration. interpolate(Duration zero, Duration one, double ratio)Interpolate between two values.static DurationDuration. max(Duration r1, Duration r2)Return the maximum value of two relative scalars.static DurationDuration. max(Duration r1, Duration r2, Duration... rn)Return the maximum value of more than two relative scalars.static DurationDuration. min(Duration r1, Duration r2)Return the minimum value of two relative scalars.static DurationDuration. min(Duration r1, Duration r2, Duration... rn)Return the minimum value of more than two relative scalars.SpeedAcceleration. times(Duration v)Calculate the multiplication of Acceleration and Duration, which results in a Speed scalar.AngularVelocityAngularAcceleration. times(Duration v)Calculate the multiplication of AngularAcceleration and Duration, which results in a AngularVelocity scalar.AngleAngularVelocity. times(Duration v)Calculate the multiplication of AngularVelocity and Duration, which results in a Angle scalar.AmountOfSubstanceCatalyticActivity. times(Duration v)Calculate the multiplication of CatalyticActivity and Duration, which results in a AmountOfSubstance scalar.DurationDimensionless. times(Duration v)Calculate the multiplication of Dimensionless and Duration, which results in a Duration scalar.ElectricalCapacitanceElectricalConductance. times(Duration v)Calculate the multiplication of ElectricalConductance and Duration, which results in a ElectricalCapacitance scalar.ElectricalChargeElectricalCurrent. times(Duration v)Calculate the multiplication of ElectricalCurrent and Duration, which results in a ElectricalCharge scalar.MagneticFluxElectricalPotential. times(Duration v)Calculate the multiplication of ElectricalPotential and Duration, which results in a MagneticFlux scalar.ElectricalInductanceElectricalResistance. times(Duration v)Calculate the multiplication of ElectricalResistance and Duration, which results in a ElectricalInductance scalar.MassFlowMass. times(Duration v)Calculate the multiplication of FlowMass and Duration, which results in a Mass scalar.VolumeFlowVolume. times(Duration v)Calculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.DimensionlessFrequency. times(Duration v)Calculate the multiplication of Frequency and Duration, which results in a Dimensionless scalar.EnergyPower. times(Duration v)Calculate the multiplication of Power and Duration, which results in a Energy scalar.LengthSpeed. times(Duration v)Calculate the multiplication of Speed and Duration, which results in a Length scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Duration Constructor Description Duration(Duration value)Construct Duration scalar. -
Uses of Duration in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Duration Modifier and Type Method Description DurationTimeVector. instantiateScalarRelSI(double valueSI, DurationUnit displayUnit)Instantiate a new relative scalar for the class of this absolute vector.DurationDurationVector. instantiateScalarSI(double valueSI, DurationUnit 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 Duration Modifier and Type Method Description Class<Duration>DurationVector. getScalarClass()Return the class of the corresponding scalar.