Click or drag to resize

DimensionfulQuantity(Double, IPrefixedUnit) Constructor

Creates a quantity with the provided value in the given prefixed unit.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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