AverageSubCalculationProgressGetSubCalculationProgress Method |
Gets the set of progress values, each representing the progress of a sub-calculation.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int[] GetSubCalculationProgress()
Public Function GetSubCalculationProgress As Integer()
public:
array<int>^ GetSubCalculationProgress()
member GetSubCalculationProgress : unit -> int[]
Return Value
Type:
Int32The progress values.
See Also