Array 2D<T>.Clone Method
Creates a shallow copy of the array.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A copy of the array.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Array2D<T> Clone()
Return Value
Array2D<T>A copy of the array.