I have two questions regarding .NET's decimal data type determinism:
Are
decimaltype computations cross-platform deterministic? Or in other words, will math operations ondecimaltype produce exactly the same results on all platforms?Is casting
decimalnumber tofloatordoublecross-platform deterministic (casts will always produce exactly the same result)?