CalcFCLevelByAnswersWeight Method
Description
Calculate the Functional Complexity level from the sum of all the values' weights.
Syntax
Visual Basic
Public Function CalcFCLevelByAnswersWeight( _
   ByVal AnswersWeight As Long _
) As Long
Parameters
AnswersWeight
The weight to be used in the calculation. Any integer can be passed. Generally, the AnswersWeight value is the sum of the weights of the user's answers.
See Also