Documentation of 'hep.aida.ref.tuple.TupleColumn' Java class
TupleColumn
hep.aida.ref.tuple

Class TupleColumn

    • Method Detail

      • minimum

        public double minimum()
        Description copied from interface: IBaseTupleColumn
        Get the minimum value of the column (if it can be converted to a double).
        Specified by:
        minimum in interface IBaseTupleColumn
        Returns:
        The column's minimum value. In Java Double.NaN might be returned.
      • maximum

        public double maximum()
        Description copied from interface: IBaseTupleColumn
        Get the maximum value of the column (if it can be converted to a double).
        Specified by:
        maximum in interface IBaseTupleColumn
        Returns:
        The column's maximum value. In Java Double.NaN might be returned.
      • mean

        public double mean()
        Description copied from interface: IBaseTupleColumn
        Get the mean value of the column (if it can be converted to a double).
        Specified by:
        mean in interface IBaseTupleColumn
        Returns:
        The column's mean value. In Java Double.NaN might be returned.
      • rms

        public double rms()
        Description copied from interface: IBaseTupleColumn
        Get the RMS of the given column (if it can be converted to a double).
        Specified by:
        rms in interface IBaseTupleColumn
        Returns:
        The column's RMS. In Java Double.NaN might be returned.
      • value

        public abstract void value(int index,
                                   Value value)
      • fill

        public void fill(Value value)
      • setValue

        public abstract void setValue(int index,
                                      Value value)
      • addRow

        public void addRow()
      • resetRow

        public void resetRow()
      • reset

        public void reset()
      • resetRows

        public void resetRows(int numberOfRows)
        Clears the values on the stack.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.