Uses of Class
org.djunits.value.vfloat.scalar.FloatSIScalar
Packages that use FloatSIScalar
Package
Description
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Utilities, interfaces and abstract classes for FloatScalar.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of FloatSIScalar in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatSIScalarMethods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatSIScalar -
Uses of FloatSIScalar in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar that return FloatSIScalarModifier and TypeMethodDescriptionstatic FloatSIScalarFloatSIScalar.divide(FloatScalarRel<?, ?> left, FloatScalarRel<?, ?> right) Divide two values; the result is a new instance with a different (existing or generated) SI unit.final FloatSIScalarFloatSIScalar.instantiateRel(float value, SIUnit unit) static FloatSIScalarFloatSIScalar.interpolate(FloatSIScalar zero, FloatSIScalar one, float ratio) Interpolate between two values.static FloatSIScalarFloatSIScalar.max(FloatSIScalar r1, FloatSIScalar r2) Return the maximum value of two relative scalars.static FloatSIScalarFloatSIScalar.max(FloatSIScalar r1, FloatSIScalar r2, FloatSIScalar... rn) Return the maximum value of more than two relative scalars.static FloatSIScalarFloatSIScalar.min(FloatSIScalar r1, FloatSIScalar r2) Return the minimum value of two relative scalars.static FloatSIScalarFloatSIScalar.min(FloatSIScalar r1, FloatSIScalar r2, FloatSIScalar... rn) Return the minimum value of more than two relative scalars.static FloatSIScalarFloatSIScalar.multiply(FloatScalarRel<?, ?> left, FloatScalarRel<?, ?> right) Multiply two values; the result is a new instance with a different (existing or generated) SI unit.static FloatSIScalarReturns an FloatSIScalar based on a value and the textual representation of the unit.static final FloatSIScalarConstruct SI scalar.FloatAbsorbedDose.reciprocal()FloatAcceleration.reciprocal()FloatAmountOfSubstance.reciprocal()FloatAngle.reciprocal()FloatAngularAcceleration.reciprocal()FloatAngularVelocity.reciprocal()FloatArea.reciprocal()FloatCatalyticActivity.reciprocal()FloatDensity.reciprocal()FloatElectricalCapacitance.reciprocal()FloatElectricalCharge.reciprocal()FloatElectricalCurrent.reciprocal()FloatElectricalInductance.reciprocal()FloatElectricalPotential.reciprocal()FloatEnergy.reciprocal()FloatEquivalentDose.reciprocal()FloatFlowMass.reciprocal()FloatFlowVolume.reciprocal()FloatForce.reciprocal()FloatIlluminance.reciprocal()FloatLuminousFlux.reciprocal()FloatLuminousIntensity.reciprocal()FloatMagneticFlux.reciprocal()FloatMagneticFluxDensity.reciprocal()FloatMass.reciprocal()FloatMomentum.reciprocal()FloatPower.reciprocal()FloatPressure.reciprocal()FloatRadioActivity.reciprocal()FloatSIScalar.reciprocal()FloatSolidAngle.reciprocal()FloatSpeed.reciprocal()FloatTemperature.reciprocal()FloatTorque.reciprocal()FloatVolume.reciprocal()static FloatSIScalarReturns an FloatSIScalar representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatSIScalarModifier and TypeMethodDescriptionstatic FloatSIScalarFloatSIScalar.interpolate(FloatSIScalar zero, FloatSIScalar one, float ratio) Interpolate between two values.static FloatSIScalarFloatSIScalar.max(FloatSIScalar r1, FloatSIScalar r2) Return the maximum value of two relative scalars.static FloatSIScalarFloatSIScalar.max(FloatSIScalar r1, FloatSIScalar r2, FloatSIScalar... rn) Return the maximum value of more than two relative scalars.static FloatSIScalarFloatSIScalar.min(FloatSIScalar r1, FloatSIScalar r2) Return the minimum value of two relative scalars.static FloatSIScalarFloatSIScalar.min(FloatSIScalar r1, FloatSIScalar r2, FloatSIScalar... rn) Return the minimum value of more than two relative scalars.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatSIScalar -
Uses of FloatSIScalar in org.djunits.value.vfloat.scalar.base
Fields in org.djunits.value.vfloat.scalar.base declared as FloatSIScalarModifier and TypeFieldDescriptionstatic final FloatSIScalarFloatConstants.AVOGADRONumber of constituent particles in a Mole; a.k.a.static final FloatSIScalarFloatConstants.BOLTZMANNBoltzmann constant in Joule per Kelvin (this value is exact since the 2019 redefinition of SI base units).static final FloatSIScalarFloatConstants.GGravitational constant, a.k.a.static final FloatSIScalarFloatConstants.LUMINOUS_EFFICACY_540THZThe luminous efficacy Kcd of monochromatic radiation of frequency 540×10^12 Hz (540 THz).static final FloatSIScalarFloatConstants.PLANCKPlanck constant; ratio of a photon's energy and its frequency.static final FloatSIScalarFloatConstants.PLANCKREDUCEDReduced Planck constant, a.k.a. angular Planck constant; Planck constant divided by 2 pi.static final FloatSIScalarFloatConstants.VACUUMIMPEDANCEImpedance of vacuum.static final FloatSIScalarFloatConstants.VACUUMPERMEABILITYPermeability of vacuum.static final FloatSIScalarFloatConstants.VACUUMPERMITTIVITYPermittivity of vacuum.Methods in org.djunits.value.vfloat.scalar.base that return FloatSIScalarModifier and TypeMethodDescriptionFloatScalarRel.divide(FloatScalarRel<?, ?> otherScalar) Divide this scalar by another scalar and create a new scalar.FloatScalarRel.times(FloatScalarRel<?, ?> otherScalar) Multiply this scalar by another scalar and create a new scalar. -
Uses of FloatSIScalar in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatSIScalarMethods in org.djunits.value.vfloat.vector that return types with arguments of type FloatSIScalarConstructors in org.djunits.value.vfloat.vector with parameters of type FloatSIScalarModifierConstructorDescriptionFloatSIVector(FloatSIScalar[] data, SIUnit displayUnit) Construct a FloatSIVector from an array of FloatSIScalar objects.FloatSIVector(FloatSIScalar[] data, SIUnit displayUnit, StorageType storageType) Construct a FloatSIVector from an array of FloatSIScalar objects.