Uses of Class
org.djunits.value.vdouble.scalar.SIScalar
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Interfaces, abstract classes and utilities for DoubleScalar.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of SIScalar in org.djunits.value.vdouble.matrix
-
Uses of SIScalar in org.djunits.value.vdouble.scalar
Modifier and TypeMethodDescriptionfinal SIScalar
SIScalar.instantiateRel
(double value, SIUnit unit) static final SIScalar
SIScalar.instantiateSI
(double value, SIUnit unit) Construct SI scalar.static SIScalar
SIScalar.interpolate
(SIScalar zero, SIScalar one, double ratio) Interpolate between two values.static SIScalar
Return the maximum value of two relative scalars.static SIScalar
Return the maximum value of more than two relative scalars.static SIScalar
Return the minimum value of two relative scalars.static SIScalar
Return the minimum value of more than two relative scalars.static SIScalar
Returns an SIScalar based on a value and the textual representation of the unit.AbsorbedDose.reciprocal()
Acceleration.reciprocal()
AmountOfSubstance.reciprocal()
Angle.reciprocal()
AngularAcceleration.reciprocal()
AngularVelocity.reciprocal()
Area.reciprocal()
CatalyticActivity.reciprocal()
Density.reciprocal()
ElectricalCapacitance.reciprocal()
ElectricalCharge.reciprocal()
ElectricalCurrent.reciprocal()
ElectricalInductance.reciprocal()
ElectricalPotential.reciprocal()
Energy.reciprocal()
EquivalentDose.reciprocal()
FlowMass.reciprocal()
FlowVolume.reciprocal()
Force.reciprocal()
Illuminance.reciprocal()
LuminousFlux.reciprocal()
LuminousIntensity.reciprocal()
MagneticFlux.reciprocal()
MagneticFluxDensity.reciprocal()
Mass.reciprocal()
Momentum.reciprocal()
Power.reciprocal()
Pressure.reciprocal()
RadioActivity.reciprocal()
SIScalar.reciprocal()
SolidAngle.reciprocal()
Speed.reciprocal()
Temperature.reciprocal()
Torque.reciprocal()
Volume.reciprocal()
static SIScalar
Returns an SIScalar representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionstatic SIScalar
SIScalar.interpolate
(SIScalar zero, SIScalar one, double ratio) Interpolate between two values.static SIScalar
Return the maximum value of two relative scalars.static SIScalar
Return the maximum value of more than two relative scalars.static SIScalar
Return the minimum value of two relative scalars.static SIScalar
Return the minimum value of more than two relative scalars. -
Uses of SIScalar in org.djunits.value.vdouble.scalar.base
Modifier and TypeFieldDescriptionstatic final SIScalar
Constants.AVOGADRO
Number of constituent particles in a Mole; a.k.a.static final SIScalar
Constants.BOLTZMANN
Boltzmann constant in Joule per Kelvin (this value is exact since the 2019 redefinition of SI base units).static final SIScalar
Constants.G
Gravitational constant, a.k.a.static final SIScalar
Constants.LUMINOUS_EFFICACY_540THZ
The luminous efficacy Kcd of monochromatic radiation of frequency 540×10^12 Hz (540 THz).static final SIScalar
Constants.PLANCK
Planck constant; ratio of a photon's energy and its frequency.static final SIScalar
Constants.PLANCKREDUCED
Reduced Planck constant, a.k.a. angular Planck constant; Planck constant divided by 2 pi.static final SIScalar
Constants.VACUUMIMPEDANCE
Impedance of vacuum.static final SIScalar
Constants.VACUUMPERMEABILITY
Permeability of vacuum.static final SIScalar
Constants.VACUUMPERMITTIVITY
Permittivity of vacuum.Modifier and TypeMethodDescriptionstatic SIScalar
DoubleScalar.divide
(DoubleScalarRel<?, ?> left, DoubleScalarRel<?, ?> right) Divide two values; the result is a new instance with a different (existing or generated) SI unit.DoubleScalarRel.divide
(DoubleScalarRel<?, ?> otherScalar) Divide this scalar by another scalar and create a new scalar.static SIScalar
DoubleScalar.multiply
(DoubleScalarRel<?, ?> left, DoubleScalarRel<?, ?> right) Multiply two values; the result is a new instance with a different (existing or generated) SI unit.DoubleScalarRel.times
(DoubleScalarRel<?, ?> otherScalar) Multiply this scalar by another scalar and create a new scalar. -
Uses of SIScalar in org.djunits.value.vdouble.vector