# GESTEP

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function, greater than or equal to step, returns an indication of whether a number is equal to a threshold.

## Syntax

GESTEP(*number*,*step*)

## Arguments

This function has these arguments:

| **Argument** | **Description** |
| -------- | ----------- |
| *number* | Value to test against the step (which is either step or zero) |
| *step* | [Optional] Value of the threshold against which to test; if omitted, uses zero |

## Remarks

If the *number* is greater than or equal to the *step*, this function returns one. Otherwise it returns zero.

## Data Types

Accepts numeric data for all arguments. Returns numeric (0 or 1) data.

## Examples

`GESTEP(B5,7)`
`GESTEP(43)` gives the result 1

## Version Available

This function is available in product version 1.0 or later.

## See Also

[DELTA](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsDtoG/FunctionDELTA) \| [Engineering Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsengineer)