C# Class CascadeSharp.TKBO.IntTools.IntTools_CArray1OfReal

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Append ( double Value ) : void
Value double
Résultat void

ChangeValue() public méthode

public ChangeValue ( int Index ) : double
Index int
Résultat double

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Init() public méthode

public Init ( double V ) : void
V double
Résultat void

IntTools_CArray1OfReal() public méthode

public IntTools_CArray1OfReal ( ) : System
Résultat System

IntTools_CArray1OfReal() public méthode

public IntTools_CArray1OfReal ( IntTools_CArray1OfReal AnArray ) : System
AnArray IntTools_CArray1OfReal
Résultat System

IntTools_CArray1OfReal() public méthode

public IntTools_CArray1OfReal ( double Item, int Length ) : System
Item double
Length int
Résultat System

IntTools_CArray1OfReal() public méthode

public IntTools_CArray1OfReal ( int Length ) : System
Length int
Résultat System

IsEqual() public méthode

public IsEqual ( IntTools_CArray1OfReal Other ) : bool
Other IntTools_CArray1OfReal
Résultat bool

Length() public méthode

public Length ( ) : int
Résultat int

Resize() public méthode

public Resize ( int theNewLength ) : void
theNewLength int
Résultat void

SetValue() public méthode

public SetValue ( int Index, double Value ) : void
Index int
Value double
Résultat void

Value() public méthode

public Value ( int Index ) : double
Index int
Résultat double