Class ColumnD2Double

    • Constructor Detail

      • ColumnD2Double

        public ColumnD2Double​(D2SD<?,​?> struct,
                              int columnIndex,
                              java.lang.String name)
    • Method Detail

      • fill

        public void fill​(double value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • fill

        public void fill​(double value)
        Fills column with given value
        Parameters:
        value -
      • fill

        public void fill​(D2Double value,
                         int fromRow,
                         int toRow)
        Fills column in rows fromRow .. toRow with given value
        Parameters:
        value -
        fromRow -
        toRow -
      • fill

        public void fill​(D2Double value)
        Fills column with given value
        Parameters:
        value -
      • getDataColumn

        public final sk.ipesoft.d2000.datatable.RealColumn<?,​?,​?> getDataColumn()
      • replace

        public void replace​(double toFind,
                            double toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(double toFind,
                            double toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -
      • replace

        public void replace​(D2Double toFind,
                            D2Double toReplace,
                            int fromRow,
                            int toRow)
        Replaces values toFind by value toReplace searching rows fromRow .. toRow
        Parameters:
        toFind -
        toReplace -
        fromRow -
        toRow -
      • replace

        public void replace​(D2Double toFind,
                            D2Double toReplace)
        Replaces values toFind by value toReplace
        Parameters:
        toFind -
        toReplace -