Function Int()

Int()

This function rounds off the numnber to nearest integer less than the original number


Syntax:

= Int (Number)

Number = The number which is to be rounded off to nearest integer


Example:
  • = Int (5.5) - result will be - 5.0
  • = Int (5.0) - result will be - 5.0
  • = Int (5.1) - result will be - 5.0
  • = Int (5.9) - result will be - 5.0
Share on Google Plus

About Dhakkanz

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Saturday, June 13, 2009

Function Int()

Int()

This function rounds off the numnber to nearest integer less than the original number


Syntax:

= Int (Number)

Number = The number which is to be rounded off to nearest integer


Example:
  • = Int (5.5) - result will be - 5.0
  • = Int (5.0) - result will be - 5.0
  • = Int (5.1) - result will be - 5.0
  • = Int (5.9) - result will be - 5.0

Function Int()SocialTwist Tell-a-Friend

0 comments:

Post a Comment