DecisionVariableCollection.CopyTo Method

Copies all variables in the collection to the specified array, starting at the specified index.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void CopyTo(
	DecisionVariable[] array,
	int arrayIndex
)

Parameters

array  DecisionVariable[]
The DecisionVariable array that receives the elements of this collection.
arrayIndex  Int32
The zero-based index in array where this method starts copying this collection.

See Also