 | 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)
Syntaxpublic TaskProgress ScaleProgress(
float globalBase,
float factor
)
Public Function ScaleProgress (
globalBase As Single,
factor As Single
) As TaskProgress
Parameters
- globalBase
- Type: SystemSingle
The offset of the sub-interval. - factor
- Type: SystemSingle
The scale factor for the progress value.
Return Value
Type:
TaskProgressA new progress info with the scaled progress value.
See Also