Description
Copy constructor.
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 |
Copy constructor.
Public Sub New( other As Interval )
public Interval( Interval other );
| Parameters | Description |
|---|---|
| Interval other | Input the interval to be copied into this object |