C# Class FANNCSharp.ActivationFunctionArray

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
ActivationFunctionArray ( int nelements ) : FannWrapperFixed
Dispose ( ) : void
cast ( ) : SWIGTYPE_p_FANN__activation_function_enum
frompointer ( SWIGTYPE_p_FANN__activation_function_enum t ) : ActivationFunctionArray
getitem ( int index ) : ActivationFunction
setitem ( int index, ActivationFunction value ) : void

Private Methods

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

Method Details

ActivationFunctionArray() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

cast() public méthode

public cast ( ) : SWIGTYPE_p_FANN__activation_function_enum
Résultat SWIGTYPE_p_FANN__activation_function_enum

frompointer() public static méthode

public static frompointer ( SWIGTYPE_p_FANN__activation_function_enum t ) : ActivationFunctionArray
t SWIGTYPE_p_FANN__activation_function_enum
Résultat ActivationFunctionArray

getitem() public méthode

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

setitem() public méthode

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool