DoubleCollection.Add(Double) Method

Definition

Adds a Double to the end of this DoubleCollection.

public:
 virtual void Add(double value);
public void Add (double value);
abstract member Add : double -> unit
override this.Add : double -> unit
Public Sub Add (value As Double)

Parameters

value
Double

The item to add to the end of this collection.

Implements

Exceptions

The DoubleCollection is read-only.

-or-

The DoubleCollection has a fixed size.

Applies to