C# Class CascadeSharp.TKBO.IntTools.IntTools_CArray1OfReal

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( double Value ) : void
ChangeValue ( int Index ) : double
Destroy ( ) : void
Init ( double V ) : void
IntTools_CArray1OfReal ( ) : System
IntTools_CArray1OfReal ( IntTools_CArray1OfReal AnArray ) : System
IntTools_CArray1OfReal ( double Item, int Length ) : System
IntTools_CArray1OfReal ( int Length ) : System
IsEqual ( IntTools_CArray1OfReal Other ) : bool
Length ( ) : int
Resize ( int theNewLength ) : void
SetValue ( int Index, double Value ) : void
Value ( int Index ) : double

Method Details

Append() public method

public Append ( double Value ) : void
Value double
return void

ChangeValue() public method

public ChangeValue ( int Index ) : double
Index int
return double

Destroy() public method

public Destroy ( ) : void
return void

Init() public method

public Init ( double V ) : void
V double
return void

IntTools_CArray1OfReal() public method

public IntTools_CArray1OfReal ( ) : System
return System

IntTools_CArray1OfReal() public method

public IntTools_CArray1OfReal ( IntTools_CArray1OfReal AnArray ) : System
AnArray IntTools_CArray1OfReal
return System

IntTools_CArray1OfReal() public method

public IntTools_CArray1OfReal ( double Item, int Length ) : System
Item double
Length int
return System

IntTools_CArray1OfReal() public method

public IntTools_CArray1OfReal ( int Length ) : System
Length int
return System

IsEqual() public method

public IsEqual ( IntTools_CArray1OfReal Other ) : bool
Other IntTools_CArray1OfReal
return bool

Length() public method

public Length ( ) : int
return int

Resize() public method

public Resize ( int theNewLength ) : void
theNewLength int
return void

SetValue() public method

public SetValue ( int Index, double Value ) : void
Index int
Value double
return void

Value() public method

public Value ( int Index ) : double
Index int
return double