Description
Constructor that creates the infinite (in both directions) interval and sets the boundary tolerance to the value tolerance.
Visual Basic
Public Sub New( tolerance As double )
C#
public Interval( double tolerance );
Parameters
Parameters | Description |
---|---|
double tolerance | Input tolerance value |