Click or drag to resize

DimensionfulQuantityGreaterThan Operator

Determines whether one quantity is greater than another quantity.

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

Parameters

a  DimensionfulQuantity
The left operand.
b  DimensionfulQuantity
The right operand.

Return Value

Boolean
if a is greater than b; otherwise, .
See Also