NativeArray<'T> Type

Constructors

Constructor Description

NativeArray(ptr, len)

Full Usage: NativeArray(ptr, len)

Parameters:
    ptr : nativeptr<'T>
    len : int

Returns: NativeArray<'T>
ptr : nativeptr<'T>
len : int
Returns: NativeArray<'T>

Instance members

Instance member Description

this[n]

Full Usage: this[n]

Returns: int
Modifiers: inline
Returns: int

this.Length

Full Usage: this.Length

Returns: int
Returns: int

this.Ptr

Full Usage: this.Ptr

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