DimensionfulQuantity(Double, SIPrefix, IUnit) Constructor |
Creates a quantity with the provided value in the given prefixed unit.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DimensionfulQuantity(
double value,
SIPrefix prefix,
IUnit unit
)
Parameters
- value Double
- The value of the created quantity.
- prefix SIPrefix
- The prefix of the unit.
- unit IUnit
- The unit of the created quantity.
See Also