PinnedArray2<'T> Type

Constructors

Constructor Description

PinnedArray2(narray, gch)

Full Usage: PinnedArray2(narray, gch)

Parameters:
Returns: PinnedArray2<'T>
narray : NativeArray2<'T>
gch : GCHandle
Returns: PinnedArray2<'T>

Instance members

Instance member Description

this.Free

Full Usage: this.Free

this.NativeArray

Full Usage: this.NativeArray

Returns: NativeArray2<'T>
Returns: NativeArray2<'T>

this.NumCols

Full Usage: this.NumCols

Returns: int
Returns: int

this.NumRows

Full Usage: this.NumRows

Returns: int
Returns: int

this.Ptr

Full Usage: this.Ptr

Returns: nativeptr<'T>
Returns: nativeptr<'T>

Static members

Static member Description

PinnedArray2.of_array2 arr

Full Usage: PinnedArray2.of_array2 arr

Parameters:
    arr : 'T[,]

Returns: PinnedArray2<'T>
Modifiers: inline
arr : 'T[,]
Returns: PinnedArray2<'T>

PinnedArray2.of_array2D arr

Full Usage: PinnedArray2.of_array2D arr

Parameters:
    arr : 'T[,]

Returns: PinnedArray2<'T>
Modifiers: inline
arr : 'T[,]
Returns: PinnedArray2<'T>