C# Class FANNCSharp.uintArray

Inheritance: global::System.IDisposable
Afficher le fichier Open project: joelself/FannCSharp Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
cast ( ) : SWIGTYPE_p_unsigned_int
frompointer ( SWIGTYPE_p_unsigned_int t ) : uintArray
getitem ( int index ) : uint
setitem ( int index, uint value ) : void
uintArray ( int nelements ) : FannWrapperFixed

Private Methods

Méthode Description
getCPtr ( uintArray obj ) : global::System.Runtime.InteropServices.HandleRef
uintArray ( global cPtr, bool cMemoryOwn ) : FannWrapperFixed

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

cast() public méthode

public cast ( ) : SWIGTYPE_p_unsigned_int
Résultat SWIGTYPE_p_unsigned_int

frompointer() public static méthode

public static frompointer ( SWIGTYPE_p_unsigned_int t ) : uintArray
t SWIGTYPE_p_unsigned_int
Résultat uintArray

getitem() public méthode

public getitem ( int index ) : uint
index int
Résultat uint

setitem() public méthode

public setitem ( int index, uint value ) : void
index int
value uint
Résultat void

uintArray() public méthode

public uintArray ( int nelements ) : FannWrapperFixed
nelements int
Résultat FannWrapperFixed

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool