Click or drag to resize
IUserAccessiableRound Method
Perform Excel like Rounding; Round the number to the nearest integer. If the fractional component of the number is halfway between two integers, round up and for positive numbers and round down for negative numbers.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
DVar Round(
	DVar inValue
)

Parameters

inValue
Type: SurveyToGo.UserLogic.InterfacesDVar

Return Value

Type: DVar
See Also