Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12091

Timestamp:
02/27/15 10:42:46 (11 years ago)
Author:
pfleck
Message:

#2344

  • Added a toint and todouble function.
  • Changed the casts to the a more intelligent Convert.ToDouble/Int to avoid unboxing issues e.g. when casting a boxed int to double. Note that Convert.ToInt32 has a slightly different behavior than a int-cast (rounds when converting double->int), but this does not break any compatibility since we never converted to int before.
(No files)

Note: See TracChangeset for help on using the changeset viewer.