AverageSubCalculationProgressForSubCalculation Method |
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ITrackCalculationProgress ForSubCalculation(
double weight
)
Public Function ForSubCalculation (
weight As Double
) As ITrackCalculationProgress
public:
ITrackCalculationProgress^ ForSubCalculation(
double weight
)
member ForSubCalculation :
weight : float -> ITrackCalculationProgress
Parameters
- weight
- Type: SystemDouble
The weight of this sub-calculation relative to other sub-calculations.
Return Value
Type:
ITrackCalculationProgressThe progress instance to pass to a sub-calculation.
See Also