Decision Variable Collection.Copy To Method
Copies all variables in the collection to the specified array, starting at the specified index.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.