In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
In this article, the editor introduces in detail "what are the value types available in C#", the content is detailed, the steps are clear, and the details are handled properly. I hope this article "what value types are available in C#" can help you solve your doubts. Let's follow the editor's train of thought to learn new knowledge.
Value type (Value types)
A value type variable can be assigned directly to a value. They are derived from the class System.ValueType.
The value type contains data directly. Such as int, char, and float, which store numbers, characters, and floating point numbers, respectively. When you declare an int type, the system allocates memory to store the value.
The following table lists the value types available in C# 2010:
Type description range default bool Boolean value True or FalseFalsebyte8 bit unsigned integer 0 to 2550char16 bit Unicode character U + 0000 to U + ffff'\ 0'decimal128 bit exact decimal value 28-29 significant digits (- 7.9 x 1028 to 7.9 x 1028) / 100 to 280.0Mdouble64 bit double precision floating point type (+ / -) 5.0x 10-324 to (+ / -) 1.7 x 103080.0Dfloat32 bit single precision floating point type-3.4x 1038 to + 3.4x 10380.0Fint32 bit signed integer type-2147483648 to 2147mlt 4831470long64 bit signed integer type-9223372036854775808 to 923327272036854775808 to 9233272m036lsbyte 8 bit signed integer type-2147483648 to 1270short16 bit Signed integer types-32768 to 32 minus 7670uint32-bit unsigned integer types 0 to 4 magi 294 pencils 967 2950 ulong64-bit unsigned integers type 0 to 18 44pence 073pr 709 minus 551pr 6150ushort 16-bit unsigned integers type 0 to 65535
After reading this, the article "what value types are available in C#" has been introduced. If you want to master the knowledge of this article, you still need to practice and use it. If you want to know more about the article, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.