C# Class Progression.ProgressCalculators.ProgressCalcFixed

Inheritance: IProgressCalculator
ファイルを表示 Open project: scottrippey/Progression

Public Methods

Method Description
CalculateProgress ( float stepProgress ) : float

Calculates the progress of this task.

NextStep ( ) : void

Advances the current progress task to the next step.

ProgressCalcFixed ( int stepCount ) : System.Diagnostics
ToString ( ) : string

Method Details

CalculateProgress() public method

Calculates the progress of this task.
public CalculateProgress ( float stepProgress ) : float
stepProgress float The progress of nested steps
return float

NextStep() public method

Advances the current progress task to the next step.
public NextStep ( ) : void
return void

ProgressCalcFixed() public method

public ProgressCalcFixed ( int stepCount ) : System.Diagnostics
stepCount int
return System.Diagnostics

ToString() public method

public ToString ( ) : string
return string