Click or drag to resize

DimensionfulQuantityLessThan Operator

Determines whether one quantity is less 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 less than b; otherwise, .
See Also