C# 클래스 Pytocs.TypeInference.Progress

상속: IProgress
파일 보기 프로젝트 열기: uxmal/pytocs

공개 메소드들

메소드 설명
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

메소드 상세

FormatNumber() 공개 메소드

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

Progress() 공개 메소드

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

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

tick() 공개 메소드

public tick ( int n ) : void
n int
리턴 void