C# Класс Progression.ProgressCalculators.ProgressCalcFixed

Наследование: IProgressCalculator
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CalculateProgress() публичный Метод

Calculates the progress of this task.
public CalculateProgress ( float stepProgress ) : float
stepProgress float The progress of nested steps
Результат float

NextStep() публичный Метод

Advances the current progress task to the next step.
public NextStep ( ) : void
Результат void

ProgressCalcFixed() публичный Метод

public ProgressCalcFixed ( int stepCount ) : System.Diagnostics
stepCount int
Результат System.Diagnostics

ToString() публичный Метод

public ToString ( ) : string
Результат string