asposecells.api

Class QuartileCalculationType

Utility class containing constants. Represents quartile calculation methods.

Field Summary
const  intEXCLUSIVE
The quartile calculation includes the median when splitting the dataset into quartiles.
const  intINCLUSIVE
The quartile calculation excludes the median when splitting the dataset into quartiles.
 

    • Field Detail

      • EXCLUSIVE

        const int EXCLUSIVE
        The quartile calculation includes the median when splitting the dataset into quartiles.
      • INCLUSIVE

        const int INCLUSIVE
        The quartile calculation excludes the median when splitting the dataset into quartiles.