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.instantiate(double si) final ElectricChargeDuration.multiply(ElectricCurrent v) Calculate the multiplication of Duration and ElectricCurrent, which results in a ElectricCharge scalar.final ElectricChargeElectricalCapacitance.multiply(ElectricPotential v) Calculate the multiplication of ElectricalCapacitance and ElectricPotential, which results in a ElectricCharge scalar.final ElectricChargeCalculate 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.ofSi(double si) Return a ElectricCharge instance based on an SI value.ElectricCharge.Unit.ofSi(double si) 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 TypeMethodDescriptionfinal DimensionlessElectricCharge.divide(ElectricCharge v) Calculate the division of ElectricCharge and ElectricCharge, which results in a Dimensionless quantity.Constructors in org.djunits.quantity with parameters of type ElectricChargeModifierConstructorDescriptionElectricCharge(ElectricCharge value) Construct ElectricCharge quantity. -
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.