Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to get mantissa and decimal part
#3
Solved: 11 Years, 3 Months, 3 Weeks ago
Code:
Dim oNum  
oNum=4.5
oDecNum=oNum- int(oNum)  

oDeccpart=.5
If oDecNum > oDeccpart   then
oNum=int(oNum)
msgbox  oNum
else
oNum=int(oNum)+1
msgbox  oNum
end if

Please check the above code.
Reply


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 swathi - 03-28-2012, 03:18 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to extract part of a string between two particular characters. ACCBAJPA 7 5,695 08-22-2013, 02:39 PM
Last Post: ACCBAJPA
Exclamation Retrieve the complete height and width of a browser beyond the visible part as wel learnQtptips 0 2,110 05-22-2013, 09:36 AM
Last Post: learnQtptips
  Copying random length part of the string. unbeliever 5 4,842 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,001 04-15-2008, 12:40 AM
Last Post: poona13

Forum Jump:


Users browsing this thread: 1 Guest(s)