C# Class Pytocs.TypeInference.Progress

Inheritance: IProgress
Datei anzeigen Open project: uxmal/pytocs

Public Methods

Method 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 method

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

Progress() public method

public Progress ( Analyzer analyzer, long total, long width, bool quiet ) : System
analyzer Analyzer
total long
width long
quiet bool
return System

Tick() public method

public Tick ( ) : void
return void

tick() public method

public tick ( int n ) : void
n int
return void