Uses of Class
org.djunits.value.vdouble.scalar.SIScalar
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return SIScalarMethods in org.djunits.value.vdouble.matrix that return types with arguments of type SIScalar -
Uses of SIScalar in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar that return SIScalarModifier and TypeMethodDescriptionstatic SIScalarSIScalar.divide(DoubleScalarRel<?, ?> left, DoubleScalarRel<?, ?> right) Divide two values; the result is a new instance with a different (existing or generated) SI unit.final SIScalarSIScalar.instantiateRel(double value, SIUnit unit) static SIScalarSIScalar.interpolate(SIScalar zero, SIScalar one, double ratio) Interpolate between two values.static SIScalarReturn the maximum value of two relative scalars.static SIScalarReturn the maximum value of more than two relative scalars.static SIScalarReturn the minimum value of two relative scalars.static SIScalarReturn the minimum value of more than two relative scalars.static SIScalarSIScalar.multiply(DoubleScalarRel<?, ?> left, DoubleScalarRel<?, ?> right) Multiply two values; the result is a new instance with a different (existing or generated) SI unit.static SIScalarReturns an SIScalar based on a value and the textual representation of the unit.static final SIScalarConstruct SI scalar.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 SIScalarReturns an SIScalar representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type SIScalarModifier and TypeMethodDescriptionstatic SIScalarSIScalar.interpolate(SIScalar zero, SIScalar one, double ratio) Interpolate between two values.static SIScalarReturn the maximum value of two relative scalars.static SIScalarReturn the maximum value of more than two relative scalars.static SIScalarReturn the minimum value of two relative scalars.static SIScalarReturn the minimum value of more than two relative scalars.Constructors in org.djunits.value.vdouble.scalar with parameters of type SIScalar -
Uses of SIScalar in org.djunits.value.vdouble.scalar.base
Fields in org.djunits.value.vdouble.scalar.base declared as SIScalarModifier and TypeFieldDescriptionstatic final SIScalarConstants.AVOGADRONumber of constituent particles in a Mole; a.k.a.static final SIScalarConstants.BOLTZMANNBoltzmann constant in Joule per Kelvin (this value is exact since the 2019 redefinition of SI base units).static final SIScalarConstants.GGravitational constant, a.k.a.static final SIScalarConstants.LUMINOUS_EFFICACY_540THZThe luminous efficacy Kcd of monochromatic radiation of frequency 540×10^12 Hz (540 THz).static final SIScalarConstants.PLANCKPlanck constant; ratio of a photon's energy and its frequency.static final SIScalarConstants.PLANCKREDUCEDReduced Planck constant, a.k.a. angular Planck constant; Planck constant divided by 2 pi.static final SIScalarConstants.VACUUMIMPEDANCEImpedance of vacuum.static final SIScalarConstants.VACUUMPERMEABILITYPermeability of vacuum.static final SIScalarConstants.VACUUMPERMITTIVITYPermittivity of vacuum.Methods in org.djunits.value.vdouble.scalar.base that return SIScalarModifier and TypeMethodDescriptionDoubleScalarRel.divide(DoubleScalarRel<?, ?> otherScalar) Divide this scalar by another scalar and create a new scalar.DoubleScalarRel.times(DoubleScalarRel<?, ?> 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 SIScalarMethods in org.djunits.value.vdouble.vector that return types with arguments of type SIScalarConstructors in org.djunits.value.vdouble.vector with parameters of type SIScalar