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