Uses of Class
org.djunits.value.vdouble.scalar.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 ElectricalChargeElectricalChargeMatrix. 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 ElectricalChargeElectricalCharge. NaNConstant with value NaN.static ElectricalChargeElectricalCharge. NEG_MAXVALUEConstant with value -MAX_VALUE.static ElectricalChargeElectricalCharge. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static ElectricalChargeElectricalCharge. ONEConstant with value one.static ElectricalChargeElectricalCharge. POS_MAXVALUEConstant with value MAX_VALUE.static ElectricalChargeElectricalCharge. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static ElectricalChargeElectricalCharge. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return ElectricalCharge Modifier and Type Method Description ElectricalChargeSIScalar. asElectricalCharge()Return the current scalar as a electricalcharge.ElectricalChargeSIScalar. asElectricalCharge(ElectricalChargeUnit displayUnit)Return the current scalar as a electricalcharge, and provide a display unit.ElectricalChargeElectricalCharge. instantiateRel(double value, ElectricalChargeUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static ElectricalChargeElectricalCharge. instantiateSI(double value)Construct ElectricalCharge scalar.static ElectricalChargeElectricalCharge. interpolate(ElectricalCharge zero, ElectricalCharge one, double ratio)Interpolate between two values.static ElectricalChargeElectricalCharge. max(ElectricalCharge r1, ElectricalCharge r2)Return the maximum value of two relative scalars.static ElectricalChargeElectricalCharge. max(ElectricalCharge r1, ElectricalCharge r2, ElectricalCharge... rn)Return the maximum value of more than two relative scalars.static ElectricalChargeElectricalCharge. min(ElectricalCharge r1, ElectricalCharge r2)Return the minimum value of two relative scalars.static ElectricalChargeElectricalCharge. min(ElectricalCharge r1, ElectricalCharge r2, ElectricalCharge... rn)Return the minimum value of more than two relative scalars.static ElectricalChargeElectricalCharge. of(double value, String unitString)Returns a ElectricalCharge based on a value and the textual representation of the unit.ElectricalChargeDimensionless. times(ElectricalCharge v)Calculate the multiplication of Dimensionless and ElectricalCharge, which results in a ElectricalCharge scalar.ElectricalChargeDuration. times(ElectricalCurrent v)Calculate the multiplication of Duration and ElectricalCurrent, which results in a ElectricalCharge scalar.ElectricalChargeElectricalCapacitance. times(ElectricalPotential v)Calculate the multiplication of ElectricalCapacitance and ElectricalPotential, which results in a ElectricalCharge scalar.ElectricalChargeElectricalCurrent. times(Duration v)Calculate the multiplication of ElectricalCurrent and Duration, which results in a ElectricalCharge scalar.static ElectricalChargeElectricalCharge. 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 DimensionlessElectricalCharge. divide(ElectricalCharge v)Calculate the division of ElectricalCharge and ElectricalCharge, which results in a Dimensionless scalar.static ElectricalChargeElectricalCharge. interpolate(ElectricalCharge zero, ElectricalCharge one, double ratio)Interpolate between two values.static ElectricalChargeElectricalCharge. max(ElectricalCharge r1, ElectricalCharge r2)Return the maximum value of two relative scalars.static ElectricalChargeElectricalCharge. max(ElectricalCharge r1, ElectricalCharge r2, ElectricalCharge... rn)Return the maximum value of more than two relative scalars.static ElectricalChargeElectricalCharge. min(ElectricalCharge r1, ElectricalCharge r2)Return the minimum value of two relative scalars.static ElectricalChargeElectricalCharge. min(ElectricalCharge r1, ElectricalCharge r2, ElectricalCharge... rn)Return the minimum value of more than two relative scalars.ElectricalChargeDimensionless. 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 ElectricalChargeConstants. ELECTRONCHARGEElectrical charge of one electron.static ElectricalChargeConstants. PROTONCHARGEElectricalCharge 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 ElectricalChargeElectricalChargeVector. 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 ElectricalChargeFloatConstants. ELECTRONCHARGEElectrical charge of one electron.static ElectricalChargeFloatConstants. PROTONCHARGEElectricalCharge of one proton.