C# Class touchvg.core.Floats

Inheritance: IDisposable
Datei anzeigen Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Floats ( ) : System
Floats ( int n ) : System
count ( ) : int
get ( int index ) : float
set ( int index, float value ) : void
set ( int index, float v1, float v2 ) : void
setSize ( int n ) : void

Private Methods

Method Description
Floats ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Floats obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Floats() public method

public Floats ( ) : System
return System

Floats() public method

public Floats ( int n ) : System
n int
return System

count() public method

public count ( ) : int
return int

get() public method

public get ( int index ) : float
index int
return float

set() public method

public set ( int index, float value ) : void
index int
value float
return void

set() public method

public set ( int index, float v1, float v2 ) : void
index int
v1 float
v2 float
return void

setSize() public method

public setSize ( int n ) : void
n int
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool