C# Class Pytocs.TypeInference.Progress

Inheritance: IProgress
Afficher le fichier Open project: uxmal/pytocs

Méthodes publiques

Méthode Description
FormatNumber ( object n, int length ) : string

format number with fixed width

Progress ( Analyzer analyzer, long total, long width, bool quiet ) : System
Tick ( ) : void
tick ( int n ) : void

Method Details

FormatNumber() public méthode

format number with fixed width
public FormatNumber ( object n, int length ) : string
n object
length int
Résultat string

Progress() public méthode

public Progress ( Analyzer analyzer, long total, long width, bool quiet ) : System
analyzer Analyzer
total long
width long
quiet bool
Résultat System

Tick() public méthode

public Tick ( ) : void
Résultat void

tick() public méthode

public tick ( int n ) : void
n int
Résultat void