Click or drag to resize
IUserAccessiableSumMulti Method (Int32)
Valid for a Numeric Grid type questions. The function calculates the sum on a specific question

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int SumMulti(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
Question index

Return Value

Type: Int32
sum
Examples
For question 1 the following code will return the sum of the answers selected in the question SumMulti(QRef(1));
See Also