Click or drag to resize

DimensionfulQuantityAsQuantityIn(SIPrefix, IUnit) Method

Converts this quantity to another quantity in the provided unit, with the provided prefix.

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

Parameters

prefix  SIPrefix
The prefix of the unit to convert the quantity to.
unit  IUnit
The unit to convert the quantity to.

Return Value

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