| 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 |
|---|---|
FloatAngleSolid |
MutableFloatAngleSolidMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
FloatAngleSolid |
FloatAngleSolidMatrix.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
| Constructor and Description |
|---|
FloatAngleSolidMatrix(FloatAngleSolid[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidMatrix.
|
MutableFloatAngleSolidMatrix(FloatAngleSolid[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidMatrix.
|
| Modifier and Type | Field and Description |
|---|---|
static FloatAngleSolid |
FloatAngleSolid.ZERO
constant with value zero.
|
| Modifier and Type | Method and Description |
|---|---|
protected FloatAngleSolid |
FloatAngleSolid.instantiateTypeRel(float value,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
static FloatAngleSolid |
FloatAngleSolid.interpolate(FloatAngleSolid zero,
FloatAngleSolid one,
float ratio)
Interpolate between two values.
|
static FloatAngleSolid |
FloatAngleSolid.max(FloatAngleSolid r1,
FloatAngleSolid r2)
Return the maximum value of two relative scalars.
|
static FloatAngleSolid |
FloatAngleSolid.max(FloatAngleSolid r1,
FloatAngleSolid r2,
FloatAngleSolid... rn)
Return the maximum value of more than two relative scalars.
|
static FloatAngleSolid |
FloatAngleSolid.min(FloatAngleSolid r1,
FloatAngleSolid r2)
Return the minimum value of two relative scalars.
|
static FloatAngleSolid |
FloatAngleSolid.min(FloatAngleSolid r1,
FloatAngleSolid r2,
FloatAngleSolid... rn)
Return the minimum value of more than two relative scalars.
|
FloatAngleSolid |
FloatDimensionless.multiplyBy(FloatAngleSolid v)
Calculate the multiplication of FloatDimensionless and FloatAngleSolid, which results in a FloatAngleSolid scalar.
|
| Modifier and Type | Method and Description |
|---|---|
FloatDimensionless |
FloatAngleSolid.divideBy(FloatAngleSolid v)
Calculate the division of FloatAngleSolid and FloatAngleSolid, which results in a FloatDimensionless scalar.
|
static FloatAngleSolid |
FloatAngleSolid.interpolate(FloatAngleSolid zero,
FloatAngleSolid one,
float ratio)
Interpolate between two values.
|
static FloatAngleSolid |
FloatAngleSolid.max(FloatAngleSolid r1,
FloatAngleSolid r2)
Return the maximum value of two relative scalars.
|
static FloatAngleSolid |
FloatAngleSolid.max(FloatAngleSolid r1,
FloatAngleSolid r2,
FloatAngleSolid... rn)
Return the maximum value of more than two relative scalars.
|
static FloatAngleSolid |
FloatAngleSolid.max(FloatAngleSolid r1,
FloatAngleSolid r2,
FloatAngleSolid... rn)
Return the maximum value of more than two relative scalars.
|
static FloatAngleSolid |
FloatAngleSolid.min(FloatAngleSolid r1,
FloatAngleSolid r2)
Return the minimum value of two relative scalars.
|
static FloatAngleSolid |
FloatAngleSolid.min(FloatAngleSolid r1,
FloatAngleSolid r2,
FloatAngleSolid... rn)
Return the minimum value of more than two relative scalars.
|
static FloatAngleSolid |
FloatAngleSolid.min(FloatAngleSolid r1,
FloatAngleSolid r2,
FloatAngleSolid... rn)
Return the minimum value of more than two relative scalars.
|
FloatAngleSolid |
FloatDimensionless.multiplyBy(FloatAngleSolid v)
Calculate the multiplication of FloatDimensionless and FloatAngleSolid, which results in a FloatAngleSolid scalar.
|
| Constructor and Description |
|---|
FloatAngleSolid(FloatAngleSolid value)
Construct FloatAngleSolid scalar.
|
| Modifier and Type | Method and Description |
|---|---|
FloatAngleSolid |
MutableFloatAngleSolidVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
FloatAngleSolid |
FloatAngleSolidVector.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
| Constructor and Description |
|---|
FloatAngleSolidVector(FloatAngleSolid[] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
MutableFloatAngleSolidVector(FloatAngleSolid[] values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
| Constructor and Description |
|---|
FloatAngleSolidVector(List<FloatAngleSolid> values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
FloatAngleSolidVector(SortedMap<Integer,FloatAngleSolid> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
MutableFloatAngleSolidVector(List<FloatAngleSolid> values,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
MutableFloatAngleSolidVector(SortedMap<Integer,FloatAngleSolid> values,
int length,
StorageType storageType)
Construct a new Relative Immutable FloatAngleSolidVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.