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.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Method and Description |
---|---|
protected ElectricalPotential |
MutableElectricalPotentialMatrix.instantiateScalar(double value,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalPotential |
ElectricalPotentialMatrix.instantiateScalar(double value,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
ElectricalPotentialMatrix(ElectricalPotential[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialMatrix.
|
MutableElectricalPotentialMatrix(ElectricalPotential[][] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialMatrix.
|
Modifier and Type | Field and Description |
---|---|
static ElectricalPotential |
ElectricalPotential.NaN
constant with value NaN.
|
static ElectricalPotential |
ElectricalPotential.NEG_MAXVALUE
constant with value -MAX_VALUE.
|
static ElectricalPotential |
ElectricalPotential.NEGATIVE_INFINITY
constant with value NEGATIVE_INFINITY.
|
static ElectricalPotential |
ElectricalPotential.POS_MAXVALUE
constant with value MAX_VALUE.
|
static ElectricalPotential |
ElectricalPotential.POSITIVE_INFINITY
constant with value POSITIVE_INFINITY.
|
static ElectricalPotential |
ElectricalPotential.ZERO
constant with value zero.
|
Modifier and Type | Method and Description |
---|---|
static ElectricalPotential |
ElectricalPotential.createSI(double value)
Construct ElectricalPotential scalar.
|
ElectricalPotential |
Power.divideBy(ElectricalCurrent v)
Calculate the division of Power and ElectricalCurrent, which results in a ElectricalPotential scalar.
|
ElectricalPotential |
ElectricalPotential.instantiateRel(double value,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
static ElectricalPotential |
ElectricalPotential.interpolate(ElectricalPotential zero,
ElectricalPotential one,
double ratio)
Interpolate between two values.
|
static ElectricalPotential |
ElectricalPotential.max(ElectricalPotential r1,
ElectricalPotential r2)
Return the maximum value of two relative scalars.
|
static ElectricalPotential |
ElectricalPotential.max(ElectricalPotential r1,
ElectricalPotential r2,
ElectricalPotential... rn)
Return the maximum value of more than two relative scalars.
|
static ElectricalPotential |
ElectricalPotential.min(ElectricalPotential r1,
ElectricalPotential r2)
Return the minimum value of two relative scalars.
|
static ElectricalPotential |
ElectricalPotential.min(ElectricalPotential r1,
ElectricalPotential r2,
ElectricalPotential... rn)
Return the minimum value of more than two relative scalars.
|
ElectricalPotential |
ElectricalResistance.multiplyBy(ElectricalCurrent v)
Calculate the multiplication of ElectricalResistance and ElectricalCurrent, which results in a ElectricalPotential
scalar.
|
ElectricalPotential |
Dimensionless.multiplyBy(ElectricalPotential v)
Calculate the multiplication of Dimensionless and ElectricalPotential, which results in a ElectricalPotential scalar.
|
ElectricalPotential |
ElectricalCurrent.multiplyBy(ElectricalResistance v)
Calculate the multiplication of ElectricalCurrent and ElectricalResistance, which results in a ElectricalPotential
scalar.
|
static ElectricalPotential |
ElectricalPotential.valueOf(String text)
Returns a ElectricalPotential representation of a textual representation of a value with a unit.
|
Modifier and Type | Method and Description |
---|---|
ElectricalCurrent |
Power.divideBy(ElectricalPotential v)
Calculate the division of Power and ElectricalPotential, which results in a ElectricalCurrent scalar.
|
Dimensionless |
ElectricalPotential.divideBy(ElectricalPotential v)
Calculate the division of ElectricalPotential and ElectricalPotential, which results in a Dimensionless scalar.
|
static ElectricalPotential |
ElectricalPotential.interpolate(ElectricalPotential zero,
ElectricalPotential one,
double ratio)
Interpolate between two values.
|
static ElectricalPotential |
ElectricalPotential.max(ElectricalPotential r1,
ElectricalPotential r2)
Return the maximum value of two relative scalars.
|
static ElectricalPotential |
ElectricalPotential.max(ElectricalPotential r1,
ElectricalPotential r2,
ElectricalPotential... rn)
Return the maximum value of more than two relative scalars.
|
static ElectricalPotential |
ElectricalPotential.max(ElectricalPotential r1,
ElectricalPotential r2,
ElectricalPotential... rn)
Return the maximum value of more than two relative scalars.
|
static ElectricalPotential |
ElectricalPotential.min(ElectricalPotential r1,
ElectricalPotential r2)
Return the minimum value of two relative scalars.
|
static ElectricalPotential |
ElectricalPotential.min(ElectricalPotential r1,
ElectricalPotential r2,
ElectricalPotential... rn)
Return the minimum value of more than two relative scalars.
|
static ElectricalPotential |
ElectricalPotential.min(ElectricalPotential r1,
ElectricalPotential r2,
ElectricalPotential... rn)
Return the minimum value of more than two relative scalars.
|
Power |
ElectricalCurrent.multiplyBy(ElectricalPotential v)
Calculate the multiplication of ElectricalCurrent and ElectricalPotential, which results in a Power scalar.
|
ElectricalPotential |
Dimensionless.multiplyBy(ElectricalPotential v)
Calculate the multiplication of Dimensionless and ElectricalPotential, which results in a ElectricalPotential scalar.
|
Constructor and Description |
---|
ElectricalPotential(ElectricalPotential value)
Construct ElectricalPotential scalar.
|
Modifier and Type | Method and Description |
---|---|
protected ElectricalPotential |
MutableElectricalPotentialVector.instantiateScalar(double value,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalPotential |
ElectricalPotentialVector.instantiateScalar(double value,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
ElectricalPotential[] |
MutableElectricalPotentialVector.toArray()
Return an array of ElectricalPotential Scalars from this vector.
|
ElectricalPotential[] |
ElectricalPotentialVector.toArray()
Return an array of ElectricalPotential Scalars from this vector.
|
Constructor and Description |
---|
ElectricalPotentialVector(ElectricalPotential[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(ElectricalPotential[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
Constructor and Description |
---|
ElectricalPotentialVector(List<ElectricalPotential> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(SortedMap<Integer,ElectricalPotential> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(List<ElectricalPotential> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(SortedMap<Integer,ElectricalPotential> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.