MindFusion.Wpf Pack Programmer's Guide
GESTEP

Returns 1 if the specified number is greater than or equal to the specified step; otherwise returns 0.

Syntax  Copy Code

GESTEP( Number n, [Number step = 0] ) Number

Parameters

n
Required. The value to test.
step
Optional. The threshold value. If omitted, step is assumed to be zero.

Example

Formula  Copy Code

=GESTEP(3,2)
=GESTEP(-2,-1)
=GESTEP(10)

See Also

Function Reference
DELTA Function