Skip to content

GreaterThan Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

bool GreaterThan(value:int, comparison:int)

Description

Returns a Boolean value indicating whether the first integer is greater than the second.

Remarks

If any input parameter is null, the function returns false.

Supported Version

1.0.0.0 and later

Examples

GreaterThan(Count([//Target/ExplicitMember]), [//WorkflowData/MaxMembers])

Clone this wiki locally