Uses of Class
org.djunits.unit.ElectricalCurrentUnit
Package | Description |
---|---|
org.djunits.unit |
Units for version 4 of DJUNITS.
|
org.djunits.unit.util |
Utility classes for the unit package.
|
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.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.vector |
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 ElectricalCurrentUnit Modifier and Type Field Description static ElectricalCurrentUnit
ElectricalCurrentUnit. ABAMPERE
abampere (GCS EMU).static ElectricalCurrentUnit
ElectricalCurrentUnit. AMPERE
Ampere.static ElectricalCurrentUnit
ElectricalCurrentUnit. KILOAMPERE
kiloampere.static ElectricalCurrentUnit
ElectricalCurrentUnit. MEGAAMPERE
megaampere.static ElectricalCurrentUnit
ElectricalCurrentUnit. MICROAMPERE
microampere.static ElectricalCurrentUnit
ElectricalCurrentUnit. MILLIAMPERE
milliampere.static ElectricalCurrentUnit
ElectricalCurrentUnit. SI
The SI unit for electrical current is Ampere.static ElectricalCurrentUnit
ElectricalCurrentUnit. STATAMPERE
statampere (GCS ESU).Fields in org.djunits.unit with type parameters of type ElectricalCurrentUnit Modifier and Type Field Description static Quantity<ElectricalCurrentUnit>
ElectricalCurrentUnit. BASE
The base, with "A" as the SI signature. -
Uses of ElectricalCurrentUnit in org.djunits.unit.util
Fields in org.djunits.unit.util declared as ElectricalCurrentUnit Modifier and Type Field Description static ElectricalCurrentUnit
UNITS. ABAMPERE
static ElectricalCurrentUnit
UNITS. AMPERE
static ElectricalCurrentUnit
UNITS. KILOAMPERE
static ElectricalCurrentUnit
UNITS. MEGAAMPERE
static ElectricalCurrentUnit
UNITS. MICROAMPERE
static ElectricalCurrentUnit
UNITS. MILLIAMPERE
static ElectricalCurrentUnit
UNITS. STATAMPERE
-
Uses of ElectricalCurrentUnit in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix with parameters of type ElectricalCurrentUnit Modifier and Type Method Description ElectricalCurrentMatrix
SIMatrix. asElectricalCurrent(ElectricalCurrentUnit displayUnit)
Return the current matrix as a electricalcurrent matrix, and provide a display unit.ElectricalCurrentMatrix
ElectricalCurrentMatrix. instantiateMatrix(DoubleMatrixData dmd, ElectricalCurrentUnit displayUnit)
Instantiate a new matrix of the class of this matrix.ElectricalCurrent
ElectricalCurrentMatrix. instantiateScalarSI(double valueSI, ElectricalCurrentUnit displayUnit)
Instantiate a new scalar for the class of this matrix.ElectricalCurrentVector
ElectricalCurrentMatrix. instantiateVector(DoubleVectorData dvd, ElectricalCurrentUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vdouble.matrix with parameters of type ElectricalCurrentUnit Constructor Description ElectricalCurrentMatrix(DoubleMatrixData data, ElectricalCurrentUnit unit)
-
Uses of ElectricalCurrentUnit in org.djunits.value.vdouble.scalar
Methods in org.djunits.value.vdouble.scalar with parameters of type ElectricalCurrentUnit Modifier and Type Method Description ElectricalCurrent
SIScalar. asElectricalCurrent(ElectricalCurrentUnit displayUnit)
Return the current scalar as a electricalcurrent, and provide a display unit.ElectricalCurrent
ElectricalCurrent. instantiateRel(double value, ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.Constructors in org.djunits.value.vdouble.scalar with parameters of type ElectricalCurrentUnit Constructor Description ElectricalCurrent(double value, ElectricalCurrentUnit unit)
Construct ElectricalCurrent scalar. -
Uses of ElectricalCurrentUnit in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector with parameters of type ElectricalCurrentUnit Modifier and Type Method Description ElectricalCurrentVector
SIVector. asElectricalCurrent(ElectricalCurrentUnit displayUnit)
Return the current vector as a electricalcurrent vector, and provide a display unit.ElectricalCurrent
ElectricalCurrentVector. instantiateScalarSI(double valueSI, ElectricalCurrentUnit displayUnit)
Instantiate a new scalar for the class of this vector.ElectricalCurrentVector
ElectricalCurrentVector. instantiateVector(DoubleVectorData dvd, ElectricalCurrentUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vdouble.vector with parameters of type ElectricalCurrentUnit Constructor Description 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 ElectricalCurrentUnit Modifier and Type Method Description FloatElectricalCurrentMatrix
FloatSIMatrix. asElectricalCurrent(ElectricalCurrentUnit displayUnit)
Return the current matrix as a electricalcurrent matrix, and provide a display unit.FloatElectricalCurrentMatrix
FloatElectricalCurrentMatrix. instantiateMatrix(FloatMatrixData fmd, ElectricalCurrentUnit displayUnit)
Instantiate a new matrix of the class of this matrix.FloatElectricalCurrent
FloatElectricalCurrentMatrix. instantiateScalarSI(float valueSI, ElectricalCurrentUnit displayUnit)
Instantiate a new scalar for the class of this matrix.FloatElectricalCurrentVector
FloatElectricalCurrentMatrix. instantiateVector(FloatVectorData fvd, ElectricalCurrentUnit displayUnit)
Instantiate a new vector of the class of this matrix.Constructors in org.djunits.value.vfloat.matrix with parameters of type ElectricalCurrentUnit Constructor Description FloatElectricalCurrentMatrix(FloatMatrixData data, ElectricalCurrentUnit unit)
-
Uses of ElectricalCurrentUnit in org.djunits.value.vfloat.scalar
Methods in org.djunits.value.vfloat.scalar with parameters of type ElectricalCurrentUnit Modifier and Type Method Description FloatElectricalCurrent
FloatSIScalar. asElectricalCurrent(ElectricalCurrentUnit displayUnit)
Return the current scalar as a electricalcurrent, and provide a display unit.FloatElectricalCurrent
FloatElectricalCurrent. instantiateRel(float value, ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.Constructors in org.djunits.value.vfloat.scalar with parameters of type ElectricalCurrentUnit Constructor Description FloatElectricalCurrent(double value, ElectricalCurrentUnit unit)
Construct FloatElectricalCurrent scalar using a double value.FloatElectricalCurrent(float value, ElectricalCurrentUnit unit)
Construct FloatElectricalCurrent scalar. -
Uses of ElectricalCurrentUnit in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector with parameters of type ElectricalCurrentUnit Modifier and Type Method Description FloatElectricalCurrentVector
FloatSIVector. asElectricalCurrent(ElectricalCurrentUnit displayUnit)
Return the current vector as a electricalcurrent vector, and provide a display unit.FloatElectricalCurrent
FloatElectricalCurrentVector. instantiateScalarSI(float valueSI, ElectricalCurrentUnit displayUnit)
Instantiate a new scalar for the class of this vector.FloatElectricalCurrentVector
FloatElectricalCurrentVector. instantiateVector(FloatVectorData fvd, ElectricalCurrentUnit displayUnit)
Instantiate a new vector of the class of this vector.Constructors in org.djunits.value.vfloat.vector with parameters of type ElectricalCurrentUnit Constructor Description FloatElectricalCurrentVector(FloatVectorData data, ElectricalCurrentUnit unit)
Construct an FloatElectricalCurrentVector from an internal data object.