Click or drag to resize

DimensionfulQuantityUnaryNegation Operator

Negates a quantity.

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

Parameters

a  DimensionfulQuantity
The quantity.

Return Value

DimensionfulQuantity
The negated quantity.
See Also