Uses of Class
org.djunits.value.vdouble.scalar.SIScalar
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 SIScalar in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return SIScalar Modifier and Type Method Description SIScalar
SIMatrix. instantiateScalarSI(double valueSI, SIUnit unit)
Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type SIScalar Modifier and Type Method Description Class<SIScalar>
SIMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of SIScalar in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar that return SIScalar Modifier and Type Method Description SIScalar
SIScalar. instantiateRel(double value, SIUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static 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
SIScalar. max(SIScalar r1, SIScalar r2)
Return the maximum value of two relative scalars.static SIScalar
SIScalar. max(SIScalar r1, SIScalar r2, SIScalar... rn)
Return the maximum value of more than two relative scalars.static SIScalar
SIScalar. min(SIScalar r1, SIScalar r2)
Return the minimum value of two relative scalars.static SIScalar
SIScalar. min(SIScalar r1, SIScalar r2, SIScalar... rn)
Return the minimum value of more than two relative scalars.static SIScalar
SIScalar. of(double value, String unitString)
Returns an SIScalar based on a value and the textual representation of the unit.static SIScalar
SIScalar. valueOf(String text)
Returns an SIScalar representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type SIScalar Modifier and Type Method Description static SIScalar
SIScalar. interpolate(SIScalar zero, SIScalar one, double ratio)
Interpolate between two values.static SIScalar
SIScalar. max(SIScalar r1, SIScalar r2)
Return the maximum value of two relative scalars.static SIScalar
SIScalar. max(SIScalar r1, SIScalar r2, SIScalar... rn)
Return the maximum value of more than two relative scalars.static SIScalar
SIScalar. min(SIScalar r1, SIScalar r2)
Return the minimum value of two relative scalars.static SIScalar
SIScalar. min(SIScalar r1, SIScalar r2, SIScalar... rn)
Return the minimum value of more than two relative scalars.Constructors in org.djunits.value.vdouble.scalar with parameters of type SIScalar Constructor Description SIScalar(SIScalar value)
Construct SI scalar. -
Uses of SIScalar in org.djunits.value.vdouble.scalar.base
Fields in org.djunits.value.vdouble.scalar.base declared as SIScalar Modifier and Type Field Description static SIScalar
Constants. AVOGADRO
Number of constituent particles in a Mole; a.k.a.static SIScalar
Constants. BOLTZMANN
Boltzmann constant in Joule per Kelvin (this value is exact since the 2019 redefinition of SI base units).static SIScalar
Constants. G
Gravitational constant, a.k.a.static SIScalar
Constants. LUMINOUS_EFFICACY_540THZ
The luminous efficacy Kcd of monochromatic radiation of frequency 540×10^12 Hz (540 THz).static SIScalar
Constants. PLANCK
Planck constant; ratio of a photon's energy and its frequency.static SIScalar
Constants. PLANKREDUCED
Reduced Planck constant, a.k.a.static SIScalar
Constants. VACUUMIMPEDANCE
Impedance of vacuum.static SIScalar
Constants. VACUUMPERMEABILITY
Permeability of vacuum.static SIScalar
Constants. VACUUMPERMITTIVITY
Permittivity of vacuum.Methods in org.djunits.value.vdouble.scalar.base that return SIScalar Modifier and Type Method Description SIScalar
AbstractDoubleScalarRel. divide(AbstractDoubleScalarRel<?,?> otherScalar)
Divide this scalar by another scalar and create a new scalar.static SIScalar
DoubleScalar. divide(DoubleScalarInterface.Rel<?,?> left, DoubleScalarInterface.Rel<?,?> right)
Divide two values; the result is a new instance with a different (existing or generated) SI unit.static SIScalar
DoubleScalar. multiply(DoubleScalarInterface.Rel<?,?> left, DoubleScalarInterface.Rel<?,?> right)
Multiply two values; the result is a new instance with a different (existing or generated) SI unit.SIScalar
AbstractDoubleScalarRel. reciprocal()
Create the reciprocal of this scalar with the correct dimensions.SIScalar
AbstractDoubleScalarRel. times(AbstractDoubleScalarRel<?,?> otherScalar)
Multiply this scalar by another scalar and create a new scalar. -
Uses of SIScalar in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return SIScalar Modifier and Type Method Description SIScalar
SIVector. instantiateScalarSI(double valueSI, SIUnit unit)
Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type SIScalar Modifier and Type Method Description Class<SIScalar>
SIVector. getScalarClass()
Return the class of the corresponding scalar. -
Uses of SIScalar in org.djunits.value.vfloat.scalar.base
Fields in org.djunits.value.vfloat.scalar.base declared as SIScalar Modifier and Type Field Description static SIScalar
FloatConstants. AVOGADRO
Number of constituent particles in a Mole; a.k.a.static SIScalar
FloatConstants. BOLTZMANN
Boltzmann constant in Joule per Kelvin (this value is exact since the 2019 redefinition of SI base units).static SIScalar
FloatConstants. G
Gravitational constant, a.k.a.static SIScalar
FloatConstants. LUMINOUS_EFFICACY_540THZ
The luminous efficacy Kcd of monochromatic radiation of frequency 540×10^12 Hz (540 THz).static SIScalar
FloatConstants. PLANCK
Planck constant; ratio of a photon's energy and its frequency.static SIScalar
FloatConstants. PLANKREDUCED
Reduced Planck constant, a.k.a.static SIScalar
FloatConstants. VACUUMIMPEDANCE
Impedance of vacuum.static SIScalar
FloatConstants. VACUUMPERMEABILITY
Permeability of vacuum.static SIScalar
FloatConstants. VACUUMPERMITTIVITY
Permittivity of vacuum.