IOperations<T>.LessThan Method

Returns if one number is less than another.

DefinitionPermalink

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
bool LessThan(
	T left,
	T right
)

ParametersPermalink

left  T
 
right  T
 

Return ValuePermalink

Boolean

See AlsoPermalink