C# Class natix.CompactDS.ListGen_MRRR

A CyclicPerms without saving the main permutation PERM, it will be assigned.
Inheritance: CyclicPerms_MRRR
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Méthode Description
ListGen_MRRR ( ) : System
ListGen_MRRR ( IList perm, int t ) : System
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void
SetPERM ( IList perm ) : void

Method Details

ListGen_MRRR() public méthode

public ListGen_MRRR ( ) : System
Résultat System

ListGen_MRRR() public méthode

public ListGen_MRRR ( IList perm, int t ) : System
perm IList
t int
Résultat System

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

SetPERM() public méthode

public SetPERM ( IList perm ) : void
perm IList
Résultat void