nfloat.CopyArray Metodo

Definizione

Overload

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

Parametri

source
IntPtr

nativeint

destination
nfloat[]
startIndex
Int32
length
Int32

Si applica 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

Parametri

source
nfloat[]
startIndex
Int32
destination
IntPtr

nativeint

length
Int32

Si applica a