C# 클래스 FannWrapperFloat.ConnectionArray

상속: global::System.IDisposable
파일 보기 프로젝트 열기: joelself/FannCSharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
ConnectionArray ( int nelements ) : FANNCSharp
Dispose ( ) : void
cast ( ) : Connection
frompointer ( Connection t ) : ConnectionArray
getitem ( int index ) : Connection
setitem ( int index, Connection value ) : void

비공개 메소드들

메소드 설명
ConnectionArray ( global cPtr, bool cMemoryOwn ) : FANNCSharp
getCPtr ( ConnectionArray obj ) : global::System.Runtime.InteropServices.HandleRef

메소드 상세

ConnectionArray() 공개 메소드

public ConnectionArray ( int nelements ) : FANNCSharp
nelements int
리턴 FANNCSharp

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

cast() 공개 메소드

public cast ( ) : Connection
리턴 Connection

frompointer() 공개 정적인 메소드

public static frompointer ( Connection t ) : ConnectionArray
t Connection
리턴 ConnectionArray

getitem() 공개 메소드

public getitem ( int index ) : Connection
index int
리턴 Connection

setitem() 공개 메소드

public setitem ( int index, Connection value ) : void
index int
value Connection
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool