Click or drag to resize

UnitsExtensionsGetValueRateUnits Method

Gets rate units for the specified fixed units.

Namespace: Altaxo.Units
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<IUnit> GetValueRateUnits(
	IEnumerable<IUnit> fixedUnits
)

Parameters

fixedUnits  IEnumerableIUnit
The fixed units.

Return Value

IEnumerableIUnit
An enumeration of value-per-time units derived from the fixed units.
See Also