Click or drag to resize
IUserAccessiableCreateIntArray Method
Creats an array with given values.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int[] CreateIntArray(
	params int[] inParams
)

Parameters

inParams
Type: SystemInt32

Return Value

Type: Int32
an array
Examples
CreateArray(3,4,5,6); will return the array with the given values.
See Also