nfloat.CopyArray Método

Definición

Sobrecargas

CopyArray(IntPtr, nfloat[], Int32, Int32)
CopyArray(nfloat[], Int32, IntPtr, Int32)

CopyArray(IntPtr, nfloat[], Int32, Int32)

public static void CopyArray (IntPtr source, nfloat[] destination, int startIndex, int length);
static member CopyArray : nativeint * nfloat[] * int * int -> unit

Parámetros

source
IntPtr

nativeint

destination
nfloat[]
startIndex
Int32
length
Int32

Se aplica a

CopyArray(nfloat[], Int32, IntPtr, Int32)

public static void CopyArray (nfloat[] source, int startIndex, IntPtr destination, int length);
static member CopyArray : nfloat[] * int * nativeint * int -> unit

Parámetros

source
nfloat[]
startIndex
Int32
destination
IntPtr

nativeint

length
Int32

Se aplica a