C# Class FannWrapperDouble.doubleArray

Inheritance: global::System.IDisposable
Show file Open project: joelself/FannCSharp Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
cast ( ) : SWIGTYPE_p_double
doubleArray ( int nelements ) : FANNCSharp
frompointer ( SWIGTYPE_p_double t ) : doubleArray
getitem ( int index ) : double
setitem ( int index, double value ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

cast() public method

public cast ( ) : SWIGTYPE_p_double
return SWIGTYPE_p_double

doubleArray() public method

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

frompointer() public static method

public static frompointer ( SWIGTYPE_p_double t ) : doubleArray
t SWIGTYPE_p_double
return doubleArray

getitem() public method

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

setitem() public method

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

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool