Click or drag to resize

AverageSubCalculationProgress.ForSubCalculation Method

Gets an ITrackCalculationProgress instance for a sub-calculation.

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

Parameters

weight
Type: System.Double
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