M. Bochmann

Results 2 comments of M. Bochmann

It's not possible to directly switch from `double` to `decimal` without breaking compatibility. But you can add a custom type like `MtDouble` with implicit operators, which behaves like a double...

I have the same issue. Did you find a solution?