Interval.Interval Constructor (double)

Visual Basic
Public Sub New(
    tolerance As double
)
C#
public Interval(
    double tolerance
);
Parameters
Parameters 
Description 
double tolerance 
Input tolerance value 
Description

 

Constructor that creates the infinite (in both directions) interval and sets the boundary tolerance to the value tolerance.

Links