Memory 2D<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.2
C#
A copy of the array.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Memory2D<T> Clone()
Return Value
Memory2D<T>A copy of the array.