Click or drag to resize

DimensionfulQuantity(Double, IUnit) Constructor

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

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DimensionfulQuantity(
	double value,
	IUnit unit
)

Parameters

value  Double
The value of the created quantity.
unit  IUnit
The unit of the created quantity.
See Also