Version

UltraCalcFunctionDelta Class

Compares two numbers and returns 1 if they are equal or 0 if they are not.
Syntax
'Declaration
 
Public Class UltraCalcFunctionDelta 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionDelta : BuiltInFunctionBase 
Remarks

DELTA(number1, [number2])
Number1 is a number.
Number2 is a number. If Number2 is not specified, Number1 will be compared to 0.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also