Try this as well
Code:
oNum = 4.5
If Split(oNum, ".")(1) > 0.5 Then
Msgbox Int(oNum)
Else
msgbox Int(oNum)+1
End If
how to get mantissa and decimal part
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
how to get mantissa and decimal part - by Ishul - 03-25-2012, 12:18 PM
RE: how to get mantissa and decimal part - by sshukla12 - 03-26-2012, 12:00 PM
RE: how to get mantissa and decimal part - by swathi - 03-28-2012, 03:18 AM
RE: how to get mantissa and decimal part - by Surya - 03-28-2012, 10:40 PM
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
How to extract part of a string between two particular characters. | ACCBAJPA | 7 | 6,458 |
08-22-2013, 02:39 PM Last Post: ACCBAJPA |
|
![]() |
Retrieve the complete height and width of a browser beyond the visible part as wel | learnQtptips | 0 | 2,202 |
05-22-2013, 09:36 AM Last Post: learnQtptips |
Copying random length part of the string. | unbeliever | 5 | 5,338 |
01-07-2010, 02:55 PM Last Post: unbeliever |
|
Trying to click on image which is a part of WebElement with Tag 'NOBR' | poona13 | 0 | 2,096 |
04-15-2008, 12:40 AM Last Post: poona13 |