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