Documentation For Encog 2.x

TemporalPoint.CompareTo Method

Compare two temporal points.

public int CompareTo(
   TemporalPoint that
);

Parameters

that
The other temporal point to compare.

Return Value

Returns 0 if they are equal, less than 0 if this point is less, greater than zero if this point is greater.

Implements

IComparable(TemporalPoint).CompareTo

See Also

TemporalPoint Class | Encog.Neural.NeuralData.Temporal Namespace