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 |
public FormatNumber ( object n, int length ) : string | ||
n | object | |
length | int | |
return | string |
public Progress ( Analyzer analyzer, long total, long width, bool quiet ) : System | ||
analyzer | Analyzer | |
total | long | |
width | long | |
quiet | bool | |
return | System |