nfloat.CopyArray Method

Definition

Overloads

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

Parameters

source
IntPtr

nativeint

destination
nfloat[]
startIndex
Int32
length
Int32

Applies to

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

Parameters

source
nfloat[]
startIndex
Int32
destination
IntPtr

nativeint

length
Int32

Applies to