C# Class FannWrapperFloat.floatArray

Inheritance: global::System.IDisposable
ファイルを表示 Open project: joelself/FannCSharp Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
cast ( ) : SWIGTYPE_p_float
floatArray ( int nelements ) : FANNCSharp
frompointer ( SWIGTYPE_p_float t ) : floatArray
getitem ( int index ) : float
setitem ( int index, float value ) : void

Private Methods

Method Description
floatArray ( global cPtr, bool cMemoryOwn ) : FANNCSharp
getCPtr ( floatArray obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

cast() public method

public cast ( ) : SWIGTYPE_p_float
return SWIGTYPE_p_float

floatArray() public method

public floatArray ( int nelements ) : FANNCSharp
nelements int
return FANNCSharp

frompointer() public static method

public static frompointer ( SWIGTYPE_p_float t ) : floatArray
t SWIGTYPE_p_float
return floatArray

getitem() public method

public getitem ( int index ) : float
index int
return float

setitem() public method

public setitem ( int index, float value ) : void
index int
value float
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool