C# 中的数据类型

发布于 2024-10-24 11:36:28 字数 375 浏览 0 评论 0原文

我正在开发一个 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

I am in process to develope a C# application.
I have three fields here on a form. Not sure which would be appropriate datatype for them.
Some help will be appreciated.

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

Also what should be the datatype of following:

a*b
a*c
b*c

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

Smile简单爱 2024-10-31 11:36:28

只需检查此处即可找到每个问题的正确答案其实并不难!

Just check here and you can find the correct answer for each, it's really not that hard!

难以启齿的温柔 2024-10-31 11:36:28

这应该会有所帮助:

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

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

This should help:

c# built in Data Types and Their range/size of storage:

You can checkout this Ultimate C# Guide for Beginners here: http://shoppingict.blogspot.com/2014/12/book-ultimate-c-guide-for-dummies.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文