Documentation of 'hep.aida.IBaseTupleColumn' Java class
IBaseTupleColumn
hep.aida

Interface IBaseTupleColumn

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      double maximum()
      Get the maximum value of the column (if it can be converted to a double).
      double mean()
      Get the mean value of the column (if it can be converted to a double).
      double minimum()
      Get the minimum value of the column (if it can be converted to a double).
      java.lang.String name()
      Get the name of the column.
      double rms()
      Get the RMS of the given column (if it can be converted to a double).
      java.lang.Class type()
      Get the type of a give column.
    • Method Detail

      • name

        java.lang.String name()
        Get the name of the column.
        Returns:
        The column's name.
      • type

        java.lang.Class type()
        Get the type of a give column.
        Returns:
        The column's Class.
      • minimum

        double minimum()
        Get the minimum value of the column (if it can be converted to a double).
        Returns:
        The column's minimum value. In Java Double.NaN might be returned.
      • maximum

        double maximum()
        Get the maximum value of the column (if it can be converted to a double).
        Returns:
        The column's maximum value. In Java Double.NaN might be returned.
      • mean

        double mean()
        Get the mean value of the column (if it can be converted to a double).
        Returns:
        The column's mean value. In Java Double.NaN might be returned.
      • rms

        double rms()
        Get the RMS of the given column (if it can be converted to a double).
        Returns:
        The column's RMS. In Java Double.NaN might be returned.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.