 | spiderWebStructureToolscalculateTotalAndAvgScore Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Calculates the total Item1 and average score Item2.
Namespace:
imbWEM.Core.crawler.structure
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic static Tuple<int, float> calculateTotalAndAvgScore(
this IList items
)
Parameters
- items
- Type: System.CollectionsIList
[Missing <param name="items"/> documentation for "M:imbWEM.Core.crawler.structure.spiderWebStructureTools.calculateTotalAndAvgScore(System.Collections.IList)"]
Return Value
Type:
TupleInt32,
SingleTuple where
Item1 is total score and
Item2 average
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IList. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Exceptions| Exception | Condition |
|---|
| aceGeneralException | Active links shouldn't have members with score at BANSCORE level - null - spiderActiveLinks.calculateTotalAndAvgScore() |
See Also