ArrayCopyT(T) Method
Creates a copy of the 1D-Array (Vector)
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T[] Copy<T>(
T[] a
)
where T : new(), Object, INumber<T>
Public Shared Function Copy(Of T As {New, Object, INumber(Of T)}) (
a As T()
) As T()
public:
generic<typename T>
where T : gcnew(), Object, INumber<T>
static array<T>^ Copy(
array<T>^ a
)
static member Copy :
a : 'T[] -> 'T[] when 'T : new() and Object and INumber<'T>
- a T
- Vector
- T
- Type
T