Array2D<T>.Initialize Method

Initializes the array with the specified values.

Definition

Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void Initialize(
	params T[] values
)

Parameters

values  T[]
An array containing the values.

See Also