Click or drag to resize

DimensionfulQuantityAbs(DimensionfulQuantity) Method

Gets the absolute value of the specified quantity.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DimensionfulQuantity Abs(
	DimensionfulQuantity a
)

Parameters

a  DimensionfulQuantity
The quantity.

Return Value

DimensionfulQuantity
The absolute value of a.
See Also