Click or drag to resize

DimensionfulQuantityAsValueIn(IUnit) Method

Converts this quantity to its numerical value in the given unit (without prefix).

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

Parameters

unit  IUnit
The unit in which to get the numerical value of this quantity.

Return Value

Double
Numerical value of this quantity in the provided unit (without prefix).
See Also