Interface IProgressReporter
Namespace: Mars.Common.Collections.KNNGraph
Assembly: Mars.Common.dll
Syntax
public interface IProgressReporter
Methods
| Improve this Doc View SourceProgress(Int32, Int32)
Declaration
void Progress(int current, int total)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | current | |
System.Int32 | total |