DimensionfulQuantity(Double, IPrefixedUnit) 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,
IPrefixedUnit prefixedUnit
)
Parameters
- value Double
- The value of the created quantity.
- prefixedUnit IPrefixedUnit
- The prefixed unit of the created quanity.
See Also