Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollection Class / AddRange Method
Array of double values


In This Topic
AddRange Method (DoubleCollection)
In This Topic
Adds an array of double values to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As Double _
) 
 
'Usage
 
Dim instance As DoubleCollection
Dim items() As Double
 
instance.AddRange(items)

Parameters

items
Array of double values
See Also