Click or drag to resize

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)
Syntax
C#
public 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, Single
Tuple 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
ExceptionCondition
aceGeneralExceptionActive links shouldn't have members with score at BANSCORE level - null - spiderActiveLinks.calculateTotalAndAvgScore()
See Also