# DELTA

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 identifies whether two values are equal. Returns 1 if they are equal; returns 0 otherwise.

## Syntax

DELTA(*value1*,*value2*)

## Arguments

This function takes two values as arguments.

## Remarks

Also called the Kronecker Delta function. This is a discrete version of the Dirac delta function.

## Data Types

Accepts numeric data. Returns numeric data (0 or 1).

## Examples

`DELTA(A1,5)`
`DELTA(R1C4,R2C5)`
`DELTA(3,3)` gives the result 1
`DELTA(3,2)` gives the result 0
`DELTA(3,2.99999)` gives the result 0
`DELTA(3,QUOTIENT(6,2))` gives the result 1

## Version Available

This function is available in product version 1.0 or later.

## See Also

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