AverageSubCalculationProgress.ForSubCalculation Method |
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
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