[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollection.-ctor

DoubleCollection Constructor

DoubleCollection()

Creates a new collection of double values.

Declaration
public DoubleCollection()
Public Sub New()

DoubleCollection(DoubleCollection)

Creates a new collection of double values that is a copy of the specified collection of double values.

Declaration
public DoubleCollection(DoubleCollection collection)
Public Sub New(collection As DoubleCollection)
Parameters
Type Name Description
DoubleCollection collection

Collection of copied values.

Exceptions
Type Condition
ArgumentNullException

collection is a null reference (Nothing in VB).