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 FloatTime |
MutableFloatTimeMatrix.instantiateScalar(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
protected FloatTime |
FloatTimeMatrix.instantiateScalar(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatTimeMatrix(FloatTime[][] values,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeMatrix.
|
MutableFloatTimeMatrix(FloatTime[][] values,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeMatrix.
|
Modifier and Type | Field and Description |
---|---|
static FloatTime |
FloatTime.ZERO
constant with value zero.
|
Modifier and Type | Method and Description |
---|---|
static FloatTime |
FloatTime.createSI(float value)
Construct FloatTime scalar.
|
FloatTime |
FloatTime.instantiateAbs(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
FloatTime |
FloatDuration.instantiateAbs(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
static FloatTime |
FloatTime.interpolate(FloatTime zero,
FloatTime one,
float ratio)
Interpolate between two values.
|
static FloatTime |
FloatTime.max(FloatTime a1,
FloatTime a2)
Return the maximum value of two absolute scalars.
|
static FloatTime |
FloatTime.max(FloatTime a1,
FloatTime a2,
FloatTime... an)
Return the maximum value of more than two absolute scalars.
|
static FloatTime |
FloatTime.min(FloatTime a1,
FloatTime a2)
Return the minimum value of two absolute scalars.
|
static FloatTime |
FloatTime.min(FloatTime a1,
FloatTime a2,
FloatTime... an)
Return the minimum value of more than two absolute scalars.
|
FloatTime |
FloatDuration.plus(FloatTime v)
Relative scalar plus Absolute scalar = Absolute scalar.
|
static FloatTime |
FloatTime.valueOf(String text)
Returns a FloatTime representation of a textual representation of a value with a unit.
|
Modifier and Type | Method and Description |
---|---|
static FloatTime |
FloatTime.interpolate(FloatTime zero,
FloatTime one,
float ratio)
Interpolate between two values.
|
static FloatTime |
FloatTime.max(FloatTime a1,
FloatTime a2)
Return the maximum value of two absolute scalars.
|
static FloatTime |
FloatTime.max(FloatTime a1,
FloatTime a2,
FloatTime... an)
Return the maximum value of more than two absolute scalars.
|
static FloatTime |
FloatTime.max(FloatTime a1,
FloatTime a2,
FloatTime... an)
Return the maximum value of more than two absolute scalars.
|
static FloatTime |
FloatTime.min(FloatTime a1,
FloatTime a2)
Return the minimum value of two absolute scalars.
|
static FloatTime |
FloatTime.min(FloatTime a1,
FloatTime a2,
FloatTime... an)
Return the minimum value of more than two absolute scalars.
|
static FloatTime |
FloatTime.min(FloatTime a1,
FloatTime a2,
FloatTime... an)
Return the minimum value of more than two absolute scalars.
|
FloatTime |
FloatDuration.plus(FloatTime v)
Relative scalar plus Absolute scalar = Absolute scalar.
|
Constructor and Description |
---|
FloatTime(FloatTime value)
Construct FloatTime scalar.
|
Modifier and Type | Method and Description |
---|---|
protected FloatTime |
MutableFloatTimeVector.instantiateScalar(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
protected FloatTime |
FloatTimeVector.instantiateScalar(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
FloatTime[] |
MutableFloatTimeVector.toArray()
Return an array of FloatTime Scalars from this vector.
|
FloatTime[] |
FloatTimeVector.toArray()
Return an array of FloatTime Scalars from this vector.
|
Constructor and Description |
---|
FloatTimeVector(FloatTime[] values,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
MutableFloatTimeVector(FloatTime[] values,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
Constructor and Description |
---|
FloatTimeVector(List<FloatTime> values,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
FloatTimeVector(SortedMap<Integer,FloatTime> values,
int length,
StorageType storageType)
Construct a new Absolute Immutable FloatTimeVector.
|
MutableFloatTimeVector(List<FloatTime> values,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
MutableFloatTimeVector(SortedMap<Integer,FloatTime> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.