TFractionLessThan Operator

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static bool operator <(
	TFraction c1,
	TFraction c2
)

Parameters

c1  TFraction
 
c2  TFraction
 

Return Value

Boolean

See Also