int GetNumOfTopicsNotBelowValue(int inQuesIdx, int inMinValue)
Description
Returns the amount of topics that were answered with a value that is equal or higher than the input value
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Index of the Question |
| inMinValue | Int32 | Input value |
Return Type
Int32
Comments
Please sign in to leave a comment.