ConstraintCollection.CopyTo Method

Copies all constraints 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.0
C#
public void CopyTo(
	Constraint[] array,
	int arrayIndex
)

Parameters

array  Constraint[]
The Constraint 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