C# 클래스 FANNCSharp.uintArray
파일 보기
프로젝트 열기: joelself/FannCSharp
1 사용 예제들
보호된 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
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 |
|
|
비공개 메소드들
메소드 |
설명 |
|
getCPtr ( uintArray obj ) : global::System.Runtime.InteropServices.HandleRef |
|
|
uintArray ( global cPtr, bool cMemoryOwn ) : FannWrapperFixed |
|
|
메소드 상세
public cast ( ) : SWIGTYPE_p_unsigned_int |
리턴 |
SWIGTYPE_p_unsigned_int |
|
public static frompointer ( SWIGTYPE_p_unsigned_int t ) : uintArray |
t |
SWIGTYPE_p_unsigned_int |
|
리턴 |
uintArray |
|
public getitem ( int index ) : uint |
index |
int |
|
리턴 |
uint |
|
public setitem ( int index, uint value ) : void |
index |
int |
|
value |
uint |
|
리턴 |
void |
|
public uintArray ( int nelements ) : FannWrapperFixed |
nelements |
int |
|
리턴 |
FannWrapperFixed |
|
프로퍼티 상세
protected bool swigCMemOwn |
리턴 |
bool |
|