Interval.Interval Constructor (Interval)

Visual Basic
Public Sub New(
    other As Interval
)
C#
public Interval(
    Interval other
);
Parameters
Parameters 
Description 
Interval other 
Input the interval to be copied into this object 
Description

 

Copy constructor.

Links