Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected FloatElectricalCharge |
MutableFloatElectricalChargeMatrix.instantiateScalar(float value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatElectricalCharge |
FloatElectricalChargeMatrix.instantiateScalar(float value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatElectricalChargeMatrix(FloatElectricalCharge[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeMatrix.
|
MutableFloatElectricalChargeMatrix(FloatElectricalCharge[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatElectricalChargeMatrix.
|
Modifier and Type | Field and Description |
---|---|
static FloatElectricalCharge |
FloatElectricalCharge.NaN
constant with value NaN.
|
static FloatElectricalCharge |
FloatElectricalCharge.NEG_MAXVALUE
constant with value -MAX_VALUE.
|
static FloatElectricalCharge |
FloatElectricalCharge.NEGATIVE_INFINITY
constant with value NEGATIVE_INFINITY.
|
static FloatElectricalCharge |
FloatElectricalCharge.POS_MAXVALUE
constant with value MAX_VALUE.
|
static FloatElectricalCharge |
FloatElectricalCharge.POSITIVE_INFINITY
constant with value POSITIVE_INFINITY.
|
static FloatElectricalCharge |
FloatElectricalCharge.ZERO
constant with value zero.
|
Modifier and Type | Method and Description |
---|---|
static FloatElectricalCharge |
FloatElectricalCharge.createSI(float value)
Construct FloatElectricalCharge scalar.
|
FloatElectricalCharge |
FloatElectricalCharge.instantiateRel(float value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
static FloatElectricalCharge |
FloatElectricalCharge.interpolate(FloatElectricalCharge zero,
FloatElectricalCharge one,
float ratio)
Interpolate between two values.
|
static FloatElectricalCharge |
FloatElectricalCharge.max(FloatElectricalCharge r1,
FloatElectricalCharge r2)
Return the maximum value of two relative scalars.
|
static FloatElectricalCharge |
FloatElectricalCharge.max(FloatElectricalCharge r1,
FloatElectricalCharge r2,
FloatElectricalCharge... rn)
Return the maximum value of more than two relative scalars.
|
static FloatElectricalCharge |
FloatElectricalCharge.min(FloatElectricalCharge r1,
FloatElectricalCharge r2)
Return the minimum value of two relative scalars.
|
static FloatElectricalCharge |
FloatElectricalCharge.min(FloatElectricalCharge r1,
FloatElectricalCharge r2,
FloatElectricalCharge... rn)
Return the minimum value of more than two relative scalars.
|
FloatElectricalCharge |
FloatElectricalCurrent.multiplyBy(FloatDuration v)
Calculate the multiplication of FloatElectricalCurrent and FloatDuration, which results in a FloatElectricalCharge
scalar.
|
FloatElectricalCharge |
FloatDimensionless.multiplyBy(FloatElectricalCharge v)
Calculate the multiplication of FloatDimensionless and FloatElectricalCharge, which results in a FloatElectricalCharge
scalar.
|
FloatElectricalCharge |
FloatDuration.multiplyBy(FloatElectricalCurrent v)
Calculate the multiplication of FloatDuration and FloatElectricalCurrent, which results in a FloatElectricalCharge
scalar.
|
static FloatElectricalCharge |
FloatElectricalCharge.valueOf(String text)
Returns a FloatElectricalCharge representation of a textual representation of a value with a unit.
|
Modifier and Type | Method and Description |
---|---|
FloatDimensionless |
FloatElectricalCharge.divideBy(FloatElectricalCharge v)
Calculate the division of FloatElectricalCharge and FloatElectricalCharge, which results in a FloatDimensionless scalar.
|
static FloatElectricalCharge |
FloatElectricalCharge.interpolate(FloatElectricalCharge zero,
FloatElectricalCharge one,
float ratio)
Interpolate between two values.
|
static FloatElectricalCharge |
FloatElectricalCharge.max(FloatElectricalCharge r1,
FloatElectricalCharge r2)
Return the maximum value of two relative scalars.
|
static FloatElectricalCharge |
FloatElectricalCharge.max(FloatElectricalCharge r1,
FloatElectricalCharge r2,
FloatElectricalCharge... rn)
Return the maximum value of more than two relative scalars.
|
static FloatElectricalCharge |
FloatElectricalCharge.max(FloatElectricalCharge r1,
FloatElectricalCharge r2,
FloatElectricalCharge... rn)
Return the maximum value of more than two relative scalars.
|
static FloatElectricalCharge |
FloatElectricalCharge.min(FloatElectricalCharge r1,
FloatElectricalCharge r2)
Return the minimum value of two relative scalars.
|
static FloatElectricalCharge |
FloatElectricalCharge.min(FloatElectricalCharge r1,
FloatElectricalCharge r2,
FloatElectricalCharge... rn)
Return the minimum value of more than two relative scalars.
|
static FloatElectricalCharge |
FloatElectricalCharge.min(FloatElectricalCharge r1,
FloatElectricalCharge r2,
FloatElectricalCharge... rn)
Return the minimum value of more than two relative scalars.
|
FloatElectricalCharge |
FloatDimensionless.multiplyBy(FloatElectricalCharge v)
Calculate the multiplication of FloatDimensionless and FloatElectricalCharge, which results in a FloatElectricalCharge
scalar.
|
Constructor and Description |
---|
FloatElectricalCharge(FloatElectricalCharge value)
Construct FloatElectricalCharge scalar.
|
Modifier and Type | Method and Description |
---|---|
protected FloatElectricalCharge |
MutableFloatElectricalChargeVector.instantiateScalar(float value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatElectricalCharge |
FloatElectricalChargeVector.instantiateScalar(float value,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
FloatElectricalCharge[] |
MutableFloatElectricalChargeVector.toArray()
Return an array of FloatElectricalCharge Scalars from this vector.
|
FloatElectricalCharge[] |
FloatElectricalChargeVector.toArray()
Return an array of FloatElectricalCharge Scalars from this vector.
|
Constructor and Description |
---|
FloatElectricalChargeVector(FloatElectricalCharge[] values,
StorageType storageType)
Construct a new Relative Immutable Float FloatElectricalChargeVector.
|
MutableFloatElectricalChargeVector(FloatElectricalCharge[] values,
StorageType storageType)
Construct a new Relative Immutable Float ElectricalChargeVector.
|
Constructor and Description |
---|
FloatElectricalChargeVector(List<FloatElectricalCharge> values,
StorageType storageType)
Construct a new Relative Immutable Float FloatElectricalChargeVector.
|
FloatElectricalChargeVector(SortedMap<Integer,FloatElectricalCharge> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatElectricalChargeVector.
|
MutableFloatElectricalChargeVector(List<FloatElectricalCharge> values,
StorageType storageType)
Construct a new Relative Immutable Float ElectricalChargeVector.
|
MutableFloatElectricalChargeVector(SortedMap<Integer,FloatElectricalCharge> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float ElectricalChargeVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.