CalcFPLevelByAnswersWeight Method
Description
Calculates the Failure Probability level from the sum of all the values' weights.
Syntax
Visual Basic
Public Function CalcFPLevelByAnswersWeight( _
   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