Click or drag to resize

TaskProgressScaleProgress Method

Projects the progress value of this progress info into a sub-interval.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public TaskProgress ScaleProgress(
	float globalBase,
	float factor
)

Parameters

globalBase
Type: SystemSingle
The offset of the sub-interval.
factor
Type: SystemSingle
The scale factor for the progress value.

Return Value

Type: TaskProgress
A new progress info with the scaled progress value.
See Also