Uses of Class
org.djunits.value.vdouble.scalar.ElectricalCharge
-
Packages that use ElectricalCharge 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 ElectricalCharge in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return ElectricalCharge Modifier and Type Method Description ElectricalCharge
ElectricalChargeMatrix. instantiateScalarSI(double valueSI, ElectricalChargeUnit 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 ElectricalCharge Modifier and Type Method Description Class<ElectricalCharge>
ElectricalChargeMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of ElectricalCharge in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as ElectricalCharge Modifier and Type Field Description static ElectricalCharge
ElectricalCharge. NaN
Constant with value NaN.static ElectricalCharge
ElectricalCharge. NEG_MAXVALUE
Constant with value -MAX_VALUE.static ElectricalCharge
ElectricalCharge. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static ElectricalCharge
ElectricalCharge. ONE
Constant with value one.static ElectricalCharge
ElectricalCharge. POS_MAXVALUE
Constant with value MAX_VALUE.static ElectricalCharge
ElectricalCharge. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static ElectricalCharge
ElectricalCharge. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return ElectricalCharge Modifier and Type Method Description ElectricalCharge
SIScalar. asElectricalCharge()
Return the current scalar as a electricalcharge.ElectricalCharge
SIScalar. asElectricalCharge(ElectricalChargeUnit displayUnit)
Return the current scalar as a electricalcharge, and provide a display unit.ElectricalCharge
ElectricalCharge. instantiateRel(double value, ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static ElectricalCharge
ElectricalCharge. instantiateSI(double value)
Construct ElectricalCharge scalar.static ElectricalCharge
ElectricalCharge. interpolate(ElectricalCharge zero, ElectricalCharge one, double ratio)
Interpolate between two values.static ElectricalCharge
ElectricalCharge. max(ElectricalCharge r1, ElectricalCharge r2)
Return the maximum value of two relative scalars.static ElectricalCharge
ElectricalCharge. max(ElectricalCharge r1, ElectricalCharge r2, ElectricalCharge... rn)
Return the maximum value of more than two relative scalars.static ElectricalCharge
ElectricalCharge. min(ElectricalCharge r1, ElectricalCharge r2)
Return the minimum value of two relative scalars.static ElectricalCharge
ElectricalCharge. min(ElectricalCharge r1, ElectricalCharge r2, ElectricalCharge... rn)
Return the minimum value of more than two relative scalars.static ElectricalCharge
ElectricalCharge. of(double value, String unitString)
Returns a ElectricalCharge based on a value and the textual representation of the unit.ElectricalCharge
Dimensionless. times(ElectricalCharge v)
Calculate the multiplication of Dimensionless and ElectricalCharge, which results in a ElectricalCharge scalar.ElectricalCharge
Duration. times(ElectricalCurrent v)
Calculate the multiplication of Duration and ElectricalCurrent, which results in a ElectricalCharge scalar.ElectricalCharge
ElectricalCapacitance. times(ElectricalPotential v)
Calculate the multiplication of ElectricalCapacitance and ElectricalPotential, which results in a ElectricalCharge scalar.ElectricalCharge
ElectricalCurrent. times(Duration v)
Calculate the multiplication of ElectricalCurrent and Duration, which results in a ElectricalCharge scalar.static ElectricalCharge
ElectricalCharge. valueOf(String text)
Returns a ElectricalCharge representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type ElectricalCharge Modifier and Type Method Description Dimensionless
ElectricalCharge. divide(ElectricalCharge v)
Calculate the division of ElectricalCharge and ElectricalCharge, which results in a Dimensionless scalar.static ElectricalCharge
ElectricalCharge. interpolate(ElectricalCharge zero, ElectricalCharge one, double ratio)
Interpolate between two values.static ElectricalCharge
ElectricalCharge. max(ElectricalCharge r1, ElectricalCharge r2)
Return the maximum value of two relative scalars.static ElectricalCharge
ElectricalCharge. max(ElectricalCharge r1, ElectricalCharge r2, ElectricalCharge... rn)
Return the maximum value of more than two relative scalars.static ElectricalCharge
ElectricalCharge. min(ElectricalCharge r1, ElectricalCharge r2)
Return the minimum value of two relative scalars.static ElectricalCharge
ElectricalCharge. min(ElectricalCharge r1, ElectricalCharge r2, ElectricalCharge... rn)
Return the minimum value of more than two relative scalars.ElectricalCharge
Dimensionless. times(ElectricalCharge v)
Calculate the multiplication of Dimensionless and ElectricalCharge, which results in a ElectricalCharge scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type ElectricalCharge Constructor Description ElectricalCharge(ElectricalCharge value)
Construct ElectricalCharge scalar. -
Uses of ElectricalCharge in org.djunits.value.vdouble.scalar.base
Fields in org.djunits.value.vdouble.scalar.base declared as ElectricalCharge Modifier and Type Field Description static ElectricalCharge
Constants. ELECTRONCHARGE
Electrical charge of one electron.static ElectricalCharge
Constants. PROTONCHARGE
ElectricalCharge of one proton. -
Uses of ElectricalCharge in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return ElectricalCharge Modifier and Type Method Description ElectricalCharge
ElectricalChargeVector. instantiateScalarSI(double valueSI, ElectricalChargeUnit 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 ElectricalCharge Modifier and Type Method Description Class<ElectricalCharge>
ElectricalChargeVector. getScalarClass()
Return the class of the corresponding scalar. -
Uses of ElectricalCharge in org.djunits.value.vfloat.scalar.base
Fields in org.djunits.value.vfloat.scalar.base declared as ElectricalCharge Modifier and Type Field Description static ElectricalCharge
FloatConstants. ELECTRONCHARGE
Electrical charge of one electron.static ElectricalCharge
FloatConstants. PROTONCHARGE
ElectricalCharge of one proton.
-