IStorage2D<T, TStorage2D>.Clone Method

Note: This API is now obsolete.
Creates a deep copy of the array.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
[ObsoleteAttribute("Use the CloneData method instead.")]
TStorage2D Clone()

Return Value

TStorage2D
A copy of the array.

See Also