0

Decimal, float ,long and double etc are the data types present in c#. I found that Decimal data types can hold maximum value of 7.9*10 power 28.

Now, i would like to know, if i need to store greater value than that decimal data types can hold, then how can i do that ? Similarly , is there any other data types present in C#?

4

1 回答 1

0

实际上double,数据类型可以保存高达1.0 次方 300的值(不记得确切的值)。如果这对您来说还不够,请为我们提供您的真实示例。

于 2012-04-09T06:24:13.767 回答