IStorage 2D<T, TStorage2D>.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
[ObsoleteAttribute("Use the CloneData method instead.")]
TStorage2D Clone()
Return Value
TStorage2DA copy of the array.