Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
3 ways to make a simple operation (same) My question : Why the result is not the same ? any explination ? 1 - ) X = Int(37.7266 * 10000) Result = 377265 2 - ) A = 37.7266 B = 10000 X = Int(A * b) Result = 377266 3 - ) Suppose we use define the type of these variables :: Dim x As Long Dim A As Double, B As Integer A = 37.7266 B = 10000 x = Int(A * B) Result = 377265 Thanks in advance for your time and your collaboration. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to get a result from 2 variables | Excel Worksheet Functions | |||
3 LookUp Variables One Result | Excel Worksheet Functions | |||
two variables to get result | Excel Worksheet Functions | |||
TWO VARIABLES - ONE RESULT | Excel Discussion (Misc queries) | |||
Enum type variables | Excel Programming |