Click or drag to resize

DimensionfulQuantityAsQuantityIn(IPrefixedUnit) Method

Converts this quantity to another quantity in the provided prefixed unit.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DimensionfulQuantity AsQuantityIn(
	IPrefixedUnit prefixedUnit
)

Parameters

prefixedUnit  IPrefixedUnit
The prefixed unit to convert the quantity to.

Return Value

DimensionfulQuantity
New instance of a quantity in the provided prefixed unit.
See Also