Click or drag to resize
IUserAccessiableIff Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
DVar Iff(
	bool inCondition,
	DVar inTrue,
	DVar inFalse
)

Parameters

inCondition
Type: SystemBoolean
inTrue
Type: SurveyToGo.UserLogic.InterfacesDVar
inFalse
Type: SurveyToGo.UserLogic.InterfacesDVar

Return Value

Type: DVar
See Also