Analyzer.VertexMetricCalculatorBase.tryCalculate C# (CSharp) Method

tryCalculate() public abstract method

public abstract tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool
graph IGraph
bgw System.ComponentModel.BackgroundWorker
metrics VertexMetricBase
return bool
        public abstract bool tryCalculate(IGraph graph, BackgroundWorker bgw, out VertexMetricBase metrics);