Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollection Class / Remove Method
Double value.


In This Topic
Remove Method (DoubleCollection)
In This Topic
Removes a double value from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As Double _
) As Boolean
 
'Usage
 
Dim instance As DoubleCollection
Dim item As Double
Dim value As Boolean
 
value = instance.Remove(item)

Parameters

item
Double value.

Return Value

true if item was successfully removed from the collection; otherwise, false.
See Also