C# Class CascadeSharp.TKTopAlgo.MAT2d.MAT2d_BiInt

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

Méthodes publiques

Méthode Description
FirstIndex ( ) : int
FirstIndex ( int I1 ) : void
IsEqual ( MAT2d_BiInt B ) : bool
MAT2d_BiInt ( ) : System
MAT2d_BiInt ( MAT2d_BiInt parameter1 ) : System
MAT2d_BiInt ( int I1, int I2 ) : System
SecondIndex ( ) : int
SecondIndex ( int I2 ) : void

Method Details

FirstIndex() public méthode

public FirstIndex ( ) : int
Résultat int

FirstIndex() public méthode

public FirstIndex ( int I1 ) : void
I1 int
Résultat void

IsEqual() public méthode

public IsEqual ( MAT2d_BiInt B ) : bool
B MAT2d_BiInt
Résultat bool

MAT2d_BiInt() public méthode

public MAT2d_BiInt ( ) : System
Résultat System

MAT2d_BiInt() public méthode

public MAT2d_BiInt ( MAT2d_BiInt parameter1 ) : System
parameter1 MAT2d_BiInt
Résultat System

MAT2d_BiInt() public méthode

public MAT2d_BiInt ( int I1, int I2 ) : System
I1 int
I2 int
Résultat System

SecondIndex() public méthode

public SecondIndex ( ) : int
Résultat int

SecondIndex() public méthode

public SecondIndex ( int I2 ) : void
I2 int
Résultat void