Uses of Class
org.djunits.unit.ElectricalCurrentUnit
Packages that use ElectricalCurrentUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of ElectricalCurrentUnit in org.djunits.unit
Fields in org.djunits.unit declared as ElectricalCurrentUnitModifier and TypeFieldDescriptionstatic final ElectricalCurrentUnitElectricalCurrentUnit.ABAMPEREabampere (GCS EMU).static final ElectricalCurrentUnitElectricalCurrentUnit.AMPEREAmpere.static final ElectricalCurrentUnitElectricalCurrentUnit.KILOAMPEREkiloampere.static final ElectricalCurrentUnitElectricalCurrentUnit.MEGAAMPEREmegaampere.static final ElectricalCurrentUnitElectricalCurrentUnit.MICROAMPEREmicroampere.static final ElectricalCurrentUnitElectricalCurrentUnit.MILLIAMPEREmilliampere.static final ElectricalCurrentUnitElectricalCurrentUnit.SIThe SI unit for electrical current is Ampere.static final ElectricalCurrentUnitElectricalCurrentUnit.STATAMPEREstatampere (GCS ESU).Fields in org.djunits.unit with type parameters of type ElectricalCurrentUnitModifier and TypeFieldDescriptionstatic final Quantity<ElectricalCurrentUnit>ElectricalCurrentUnit.BASEThe base, with "A" as the SI signature. -
Uses of ElectricalCurrentUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as ElectricalCurrentUnitModifier and TypeFieldDescriptionstatic final ElectricalCurrentUnitUNITS.ABAMPEREstatic final ElectricalCurrentUnitUNITS.AMPEREstatic final ElectricalCurrentUnitUNITS.KILOAMPEREstatic final ElectricalCurrentUnitUNITS.MEGAAMPEREstatic final ElectricalCurrentUnitUNITS.MICROAMPEREstatic final ElectricalCurrentUnitUNITS.MILLIAMPEREstatic final ElectricalCurrentUnitUNITS.STATAMPERE -
Uses of ElectricalCurrentUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type ElectricalCurrentUnitModifier and TypeMethodDescriptionfinal ElectricalCurrentMatrixSIMatrix.asElectricalCurrent(ElectricalCurrentUnit displayUnit) Return the current matrix as a electricalcurrent matrix, and provide a display unit.ElectricalCurrentMatrix.instantiateMatrix(DoubleMatrixData dmd, ElectricalCurrentUnit displayUnit) ElectricalCurrentMatrix.instantiateScalarSI(double valueSI, ElectricalCurrentUnit displayUnit) ElectricalCurrentMatrix.instantiateVector(DoubleVectorData dvd, ElectricalCurrentUnit displayUnit) Constructors in org.djunits.value.vdouble.matrix with parameters of type ElectricalCurrentUnitModifierConstructorDescriptionElectricalCurrentMatrix(double[][] data, ElectricalCurrentUnit displayUnit) Construct a ElectricalCurrentMatrix from a double[][] object.ElectricalCurrentMatrix(double[][] data, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct a ElectricalCurrentMatrix from a double[][] object.ElectricalCurrentMatrix(Collection<DoubleSparseValue<ElectricalCurrentUnit, ElectricalCurrent>> data, ElectricalCurrentUnit displayUnit, int rows, int cols) Construct a ElectricalCurrentMatrix from a (sparse) collection of DoubleSparseValue objects.ElectricalCurrentMatrix(Collection<DoubleSparseValue<ElectricalCurrentUnit, ElectricalCurrent>> data, ElectricalCurrentUnit displayUnit, int rows, int cols, StorageType storageType) Construct a ElectricalCurrentMatrix from a (sparse) collection of DoubleSparseValue objects.ElectricalCurrentMatrix(DoubleMatrixData data, ElectricalCurrentUnit displayUnit) Construct a ElectricalCurrentMatrix from an internal data object.ElectricalCurrentMatrix(ElectricalCurrent[][] data, ElectricalCurrentUnit displayUnit) Construct a ElectricalCurrentMatrix from an array of an array of ElectricalCurrent objects.ElectricalCurrentMatrix(ElectricalCurrent[][] data, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct a ElectricalCurrentMatrix from an array of an array of ElectricalCurrent objects.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type ElectricalCurrentUnitModifierConstructorDescriptionElectricalCurrentMatrix(Collection<DoubleSparseValue<ElectricalCurrentUnit, ElectricalCurrent>> data, int rows, int cols) Construct a ElectricalCurrentMatrix from a (sparse) collection of DoubleSparseValue objects.ElectricalCurrentMatrix(Collection<DoubleSparseValue<ElectricalCurrentUnit, ElectricalCurrent>> data, int rows, int cols, StorageType storageType) Construct a ElectricalCurrentMatrix from a (sparse) collection of DoubleSparseValue objects.ElectricalCurrentMatrix(Collection<DoubleSparseValue<ElectricalCurrentUnit, ElectricalCurrent>> data, ElectricalCurrentUnit displayUnit, int rows, int cols) Construct a ElectricalCurrentMatrix from a (sparse) collection of DoubleSparseValue objects.ElectricalCurrentMatrix(Collection<DoubleSparseValue<ElectricalCurrentUnit, ElectricalCurrent>> data, ElectricalCurrentUnit displayUnit, int rows, int cols, StorageType storageType) Construct a ElectricalCurrentMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of ElectricalCurrentUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type ElectricalCurrentUnitModifier and TypeMethodDescriptionfinal ElectricalCurrentSIScalar.asElectricalCurrent(ElectricalCurrentUnit displayUnit) Return the current scalar as a electricalcurrent, and provide a display unit.final ElectricalCurrentElectricalCurrent.instantiateRel(double value, ElectricalCurrentUnit unit) Constructors in org.djunits.value.vdouble.scalar with parameters of type ElectricalCurrentUnitModifierConstructorDescriptionElectricalCurrent(double value, ElectricalCurrentUnit unit) Construct ElectricalCurrent scalar with a unit. -
Uses of ElectricalCurrentUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type ElectricalCurrentUnitModifier and TypeMethodDescriptionfinal ElectricalCurrentVectorSIVector.asElectricalCurrent(ElectricalCurrentUnit displayUnit) Return the current vector as a electricalcurrent vector, and provide a display unit.ElectricalCurrentVector.instantiateScalarSI(double valueSI, ElectricalCurrentUnit displayUnit) ElectricalCurrentVector.instantiateVector(DoubleVectorData dvd, ElectricalCurrentUnit displayUnit) Constructors in org.djunits.value.vdouble.vector with parameters of type ElectricalCurrentUnitModifierConstructorDescriptionElectricalCurrentVector(double[] data, ElectricalCurrentUnit displayUnit) Construct an ElectricalCurrentVector from a double[] object.ElectricalCurrentVector(double[] data, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct an ElectricalCurrentVector from a double[] object.ElectricalCurrentVector(List<? extends Number> data, ElectricalCurrentUnit displayUnit) Construct an ElectricalCurrentVector from a list of Number objects or a list of ElectricalCurrent objects.ElectricalCurrentVector(List<? extends Number> data, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct an ElectricalCurrentVector from a list of Number objects or a list of ElectricalCurrent objects.ElectricalCurrentVector(Map<Integer, ? extends Number> data, int size, ElectricalCurrentUnit displayUnit) Construct an ElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCurrent objects.ElectricalCurrentVector(Map<Integer, ? extends Number> data, int size, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct an ElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of ElectricalCurrent objects.ElectricalCurrentVector(ElectricalCurrent[] data, ElectricalCurrentUnit displayUnit) Construct an ElectricalCurrentVector from an array of ElectricalCurrent objects.ElectricalCurrentVector(ElectricalCurrent[] data, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct an ElectricalCurrentVector from an array of ElectricalCurrent objects.ElectricalCurrentVector(DoubleVectorData data, ElectricalCurrentUnit displayUnit) Construct an ElectricalCurrentVector from an internal data object. -
Uses of ElectricalCurrentUnit in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix with parameters of type ElectricalCurrentUnitModifier and TypeMethodDescriptionFloatSIMatrix.asElectricalCurrent(ElectricalCurrentUnit displayUnit) Return the current matrix as a electricalcurrent matrix, and provide a display unit.FloatElectricalCurrentMatrix.instantiateMatrix(FloatMatrixData fmd, ElectricalCurrentUnit displayUnit) FloatElectricalCurrentMatrix.instantiateScalarSI(float valueSI, ElectricalCurrentUnit displayUnit) FloatElectricalCurrentMatrix.instantiateVector(FloatVectorData fvd, ElectricalCurrentUnit displayUnit) Constructors in org.djunits.value.vfloat.matrix with parameters of type ElectricalCurrentUnitModifierConstructorDescriptionFloatElectricalCurrentMatrix(float[][] data, ElectricalCurrentUnit displayUnit) Construct a FloatElectricalCurrentMatrix from a float[][] object.FloatElectricalCurrentMatrix(float[][] data, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct a FloatElectricalCurrentMatrix from a float[][] object.FloatElectricalCurrentMatrix(Collection<FloatSparseValue<ElectricalCurrentUnit, FloatElectricalCurrent>> data, ElectricalCurrentUnit displayUnit, int rows, int cols) Construct a FloatElectricalCurrentMatrix from a (sparse) collection of FloatSparseValue objects.FloatElectricalCurrentMatrix(Collection<FloatSparseValue<ElectricalCurrentUnit, FloatElectricalCurrent>> data, ElectricalCurrentUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatElectricalCurrentMatrix from a (sparse) collection of FloatSparseValue objects.FloatElectricalCurrentMatrix(FloatMatrixData data, ElectricalCurrentUnit displayUnit) Construct a FloatElectricalCurrentMatrix from an internal data object.FloatElectricalCurrentMatrix(FloatElectricalCurrent[][] data, ElectricalCurrentUnit displayUnit) Construct a FloatElectricalCurrentMatrix from an array of an array of FloatElectricalCurrent objects.FloatElectricalCurrentMatrix(FloatElectricalCurrent[][] data, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct a FloatElectricalCurrentMatrix from an array of an array of FloatElectricalCurrent objects.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type ElectricalCurrentUnitModifierConstructorDescriptionFloatElectricalCurrentMatrix(Collection<FloatSparseValue<ElectricalCurrentUnit, FloatElectricalCurrent>> data, int rows, int cols) Construct a FloatElectricalCurrentMatrix from a (sparse) collection of FloatSparseValue objects.FloatElectricalCurrentMatrix(Collection<FloatSparseValue<ElectricalCurrentUnit, FloatElectricalCurrent>> data, int rows, int cols, StorageType storageType) Construct a FloatElectricalCurrentMatrix from a (sparse) collection of FloatSparseValue objects.FloatElectricalCurrentMatrix(Collection<FloatSparseValue<ElectricalCurrentUnit, FloatElectricalCurrent>> data, ElectricalCurrentUnit displayUnit, int rows, int cols) Construct a FloatElectricalCurrentMatrix from a (sparse) collection of FloatSparseValue objects.FloatElectricalCurrentMatrix(Collection<FloatSparseValue<ElectricalCurrentUnit, FloatElectricalCurrent>> data, ElectricalCurrentUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatElectricalCurrentMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of ElectricalCurrentUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type ElectricalCurrentUnitModifier and TypeMethodDescriptionfinal FloatElectricalCurrentFloatSIScalar.asElectricalCurrent(ElectricalCurrentUnit displayUnit) Return the current scalar as a electricalcurrent, and provide a display unit.final FloatElectricalCurrentFloatElectricalCurrent.instantiateRel(float value, ElectricalCurrentUnit unit) Constructors in org.djunits.value.vfloat.scalar with parameters of type ElectricalCurrentUnitModifierConstructorDescriptionFloatElectricalCurrent(double value, ElectricalCurrentUnit unit) Construct FloatElectricalCurrent scalar with a unit using a double value.FloatElectricalCurrent(float value, ElectricalCurrentUnit unit) Construct FloatElectricalCurrent scalar with a unit. -
Uses of ElectricalCurrentUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type ElectricalCurrentUnitModifier and TypeMethodDescriptionFloatSIVector.asElectricalCurrent(ElectricalCurrentUnit displayUnit) Return the current vector as a electricalcurrent vector, and provide a display unit.FloatElectricalCurrentVector.instantiateScalarSI(float valueSI, ElectricalCurrentUnit displayUnit) FloatElectricalCurrentVector.instantiateVector(FloatVectorData fvd, ElectricalCurrentUnit displayUnit) Constructors in org.djunits.value.vfloat.vector with parameters of type ElectricalCurrentUnitModifierConstructorDescriptionFloatElectricalCurrentVector(float[] data, ElectricalCurrentUnit displayUnit) Construct a FloatElectricalCurrentVector from a float[] object.FloatElectricalCurrentVector(float[] data, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct a FloatElectricalCurrentVector from a float[] object.FloatElectricalCurrentVector(List<? extends Number> data, ElectricalCurrentUnit displayUnit) Construct a FloatElectricalCurrentVector from a list of Number objects or a list of FloatElectricalCurrent objects.FloatElectricalCurrentVector(List<? extends Number> data, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct a FloatElectricalCurrentVector from a list of Number objects or a list of FloatElectricalCurrent objects.FloatElectricalCurrentVector(Map<Integer, ? extends Number> data, int size, ElectricalCurrentUnit displayUnit) Construct a FloatElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCurrent objects.FloatElectricalCurrentVector(Map<Integer, ? extends Number> data, int size, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct a FloatElectricalCurrentVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatElectricalCurrent objects.FloatElectricalCurrentVector(FloatElectricalCurrent[] data, ElectricalCurrentUnit displayUnit) Construct a FloatElectricalCurrentVector from an array of FloatElectricalCurrent objects.FloatElectricalCurrentVector(FloatElectricalCurrent[] data, ElectricalCurrentUnit displayUnit, StorageType storageType) Construct a FloatElectricalCurrentVector from an array of FloatElectricalCurrent objects.FloatElectricalCurrentVector(FloatVectorData data, ElectricalCurrentUnit displayUnit) Construct a FloatElectricalCurrentVector from an internal data object.