Uses of Class
org.djunits.quantity.ElectricCharge
Packages that use ElectricCharge
Package
Description
The quantity package stores information about quantities with their units.
General utilities for djunits.
-
Uses of ElectricCharge in org.djunits.quantity
Fields in org.djunits.quantity declared as ElectricChargeModifier and TypeFieldDescriptionstatic final ElectricChargeElectricCharge.NaNConstant with value NaN.static final ElectricChargeElectricCharge.NEG_MAXVALUEConstant with value -MAX_VALUE.static final ElectricChargeElectricCharge.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final ElectricChargeElectricCharge.ONEConstant with value one.static final ElectricChargeElectricCharge.POS_MAXVALUEConstant with value MAX_VALUE.static final ElectricChargeElectricCharge.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final ElectricChargeElectricCharge.ZEROConstant with value zero.Methods in org.djunits.quantity that return ElectricChargeModifier and TypeMethodDescriptionElectricCharge.instantiateSi(double siValue, UnitInterface<ElectricCharge> displayUnit) Duration.multiply(ElectricCurrent v) Calculate the multiplication of Duration and ElectricCurrent, which results in a ElectricCharge scalar.ElectricalCapacitance.multiply(ElectricPotential v) Calculate the multiplication of ElectricalCapacitance and ElectricPotential, which results in a ElectricCharge scalar.Calculate the multiplication of ElectricalCurrent and Duration, which results in a ElectricalCharge scalar.static ElectricChargeReturns a ElectricCharge based on a value and the textual representation of the unit, which can be localized.static ElectricChargeElectricCharge.of(double valueInUnit, ElectricCharge.Unit unit) Returns a ElectricCharge based on a value expressed in the unit.static ElectricChargeElectricCharge.ofSi(double si) Return a ElectricCharge instance based on an SI value.static ElectricChargeElectricCharge.ofSi(double siValue, ElectricCharge.Unit displayUnit) Instantiate a ElectricCharge quantity with an SI or base value and a display unit.ElectricCharge.Unit.ofSi(double si, UnitInterface<ElectricCharge> displayUnit) static ElectricChargeReturns a ElectricCharge representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type ElectricChargeModifier and TypeMethodDescriptionElectricCharge.divide(ElectricCharge v) Calculate the division of ElectricCharge and ElectricCharge, which results in a Dimensionless quantity.Method parameters in org.djunits.quantity with type arguments of type ElectricChargeModifier and TypeMethodDescriptionElectricCharge.instantiateSi(double siValue, UnitInterface<ElectricCharge> displayUnit) ElectricCharge.Unit.ofSi(double si, UnitInterface<ElectricCharge> displayUnit) -
Uses of ElectricCharge in org.djunits.util
Fields in org.djunits.util declared as ElectricChargeModifier and TypeFieldDescriptionstatic final ElectricChargeConstants.ELECTRONCHARGEElectric charge of one electron.static final ElectricChargeConstants.PROTONCHARGEElectricCharge of one proton.