-1

我正在开发 C# 应用程序。我在一个表格上有三个字段。不确定哪种数据类型适合他们。一些帮助将不胜感激。

a: length of this field is 30 and it should be a positive integer
b: length of this field is 15 and it should be a decimal allowed positive number
c: length of this field is 15 and it should be a decimal allowed unsigned number

另外应该是以下数据类型:

a*b
a*c
b*c
4

2 回答 2

1

只需检查这里,您就可以找到每个的正确答案,这真的不那么难!

于 2011-03-20T04:14:55.107 回答
0

这应该有助于:

c#内置数据类型及其存储范围/大小:

您可以在此处查看此终极 C# 初学者指南:http: //shoppingict.blogspot.com/2014/12/book-ultimate-c-guide-for-dummies.html

于 2014-12-29T15:10:15.123 回答