Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/15 13:54:36 (9 years ago)
Author:
pfleck
Message:

#2395 Fixed parsing issues by using the G17 format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/DoubleMatrix.cs

    r12012 r12431  
    6161    }
    6262    protected virtual string GetValue(int rowIndex, int columIndex) {
    63       return this[rowIndex, columIndex].ToString();
     63      return this[rowIndex, columIndex].ToString("G17");
    6464    }
    6565    protected virtual bool SetValue(string value, int rowIndex, int columnIndex) {
Note: See TracChangeset for help on using the changeset viewer.