Array2D<T>.Clone Method

Creates a deep copy of the array.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Array2D<T> Clone()

Return Value

Array2D<T>
A copy of the array.

Implements

IStorage2D<T, TStorage2D>.Clone()

See Also