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

Class Quotient

  • All Implemented Interfaces:
    FreeRefFunction, Function, Function2Arg


    public class Quotient
    extends Fixed2ArgFunction
    implements FreeRefFunction

    Implementation for Excel QUOTIENT () function.

    Syntax:
    QUOTIENT(Numerator,Denominator)

    Numerator is the dividend. Denominator is the divisor. Returns the integer portion of a division. Use this function when you want to discard the remainder of a division.

    If either enumerator/denominator is non numeric, QUOTIENT returns the #VALUE! error value. If denominator is equals to zero, QUOTIENT returns the #DIV/0! error value.

    • Constructor Detail

      • Quotient

        public Quotient()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.