Click or drag to resize

AverageSubCalculationProgressForSubCalculation Method

Gets an ITrackCalculationProgress instance for a sub-calculation.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ITrackCalculationProgress ForSubCalculation(
	double weight
)

Parameters

weight
Type: SystemDouble
The weight of this sub-calculation relative to other sub-calculations.

Return Value

Type: ITrackCalculationProgress
The progress instance to pass to a sub-calculation.
See Also