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