Share

Interval Constructor

Overload List

Method Description
Interval.Interval ([MarshalAs(UnmanagedType.U1)] bool, double, double)Constructor that creates an interval with the upper bound equal to bound. If the value of the argument boundedBelow... more
Interval.Interval (double)Constructor that creates the infinite (in both directions) interval and sets the boundary tolerance to the value tolerance .
Interval.Interval (double, double, double)Constructor that creates the finite interval with the lower bound equal to lower and the upper bound equal to upper... more
Interval.Interval (Interval)Copy constructor.

Was this information helpful?