Package | Description |
---|---|
org.djunits.unit |
Classes for the unit system.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
Modifier and Type | Method and Description |
---|---|
SIUnit |
SIUnit.getStandardUnit() |
static SIUnit |
Unit.lookupOrCreateSIUnitWithSICoefficients(String normalizedSICoefficientsString) |
Modifier and Type | Method and Description |
---|---|
static DoubleScalar.Rel<SIUnit> |
DoubleScalar.divide(AbstractDoubleScalarRel<?,?> left,
AbstractDoubleScalarRel<?,?> right)
Divide two values; the result is a new instance with a different (existing or generated) SI unit.
|
static DoubleScalar.Rel<SIUnit> |
DoubleScalar.multiply(AbstractDoubleScalarRel<?,?> left,
AbstractDoubleScalarRel<?,?> right)
Multiply two values; the result is a new instance with a different (existing or generated) SI unit.
|
Modifier and Type | Method and Description |
---|---|
static FloatScalar.Rel<SIUnit> |
FloatScalar.divide(AbstractFloatScalarRel<?,?> left,
AbstractFloatScalarRel<?,?> right)
Divide two values; the result is a new instance with a different (existing or generated) SI unit.
|
static FloatScalar.Rel<SIUnit> |
FloatScalar.multiply(AbstractFloatScalarRel<?,?> left,
AbstractFloatScalarRel<?,?> right)
Multiply two values; the result is a new instance with a different (existing or generated) SI unit.
|
Copyright © 2015–2018 Delft University of Technology. All rights reserved.