Math operations using System.Decimal in C#

前端 未结 3 2054
一个人的身影
一个人的身影 2020-12-14 17:43

I need to be able to use the standard math functions on decimal numbers. Accuracy is very important. double is not an acceptab

3条回答
  •  北荒
    北荒 (楼主)
    2020-12-14 18:33

    DecimalMath contains all functions in System.Math class with decimal argument analogy

    Note : it is my library and also contains some examples in it

提交回复
热议问题