Documentation of 'org.apache.poi.ss.formula.functions.Delta' Java class
Delta
org.apache.poi.ss.formula.functions

Class Delta

  • All Implemented Interfaces:
    FreeRefFunction, Function, Function2Arg


    public final class Delta
    extends Fixed2ArgFunction
    implements FreeRefFunction
    Implementation for Excel DELTA() function.

    Syntax:
    DELTA (number1,number2 )

    Tests whether two values are equal. Returns 1 if number1 = number2; returns 0 otherwise. Use this function to filter a set of values. For example, by summing several DELTA functions you calculate the count of equal pairs. This function is also known as the Kronecker Delta function.

    • If number1 is nonnumeric, DELTA returns the #VALUE! error value.
    • If number2 is nonnumeric, DELTA returns the #VALUE! error value.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.