In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces the meaning of int in vb. It has a certain reference value. Interested friends can refer to it. I hope you will gain a lot after reading this article. Let's take a look at it.
Int in vb refers to the function that takes an integer, and its syntax, such as "int (x)", indicates that the maximum integer is not greater than x; the function similar to the int function is the Fix function, which removes the decimal part and returns the remaining integers.
In VB, the int function means to take an integer.
That is, the int (x) function is the largest integer not greater than x.
For example:
Baiint (4.88) = 4
Int (4.88) is an integer that is not less than 4.88 and closest to 4.88, so int (4.88) = 4.
2. Int (8.1) = 8
Int (8.1) is an integer that is less than 8.1 and closest to 8, so int (8.1) = 8.
3. Int (- 5.6) =-6
Nt (- 5.6) is an integer that is not greater than-5.6 and closest to-5.6, so int (- 5.6) =-6.
Extended data:
A function similar to the int function
Fix function: the Fix function removes the decimal part of this number and returns the remaining integers.
The difference between the Fix function and the int function:
1. Fix = 99
Int = 99.
The Fix function deletes the decimal part 0.2 directly, and takes 99 ~ 99 ~ (th) int function as an integer not greater than 99.8, so it takes 99.
2. Fix (- 99.8) =-99
Int (- 99.8) =-100.
The Fix function directly deletes the decimal part 0. 8, and takes the integer not greater than-99. 8, so it takes-100.
3. Fix (- 99.2) =-99
Int (- 99.2) =-100.
The Fix function deletes the decimal part 0.2 directly, and takes the integer not greater than-99.2, so it takes-100.
Thank you for reading this article carefully. I hope the article "what does int mean in vb" shared by the editor will be helpful to everyone? at the same time, I also hope that you will support and pay attention to the industry information channel, and more related knowledge is waiting for you to learn!
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.