BaseEntry.Lt Method

Returns true if this instance is less than value.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public virtual bool Lt(
	BaseEntry value
)

Parameters

value  BaseEntry
Value to compare this instance with.

Return Value

Boolean
Result of comparison.

See Also