aspose file tools
The moose likes Beginning Java and the fly likes can we apply left hift and right shift operators to double,float??? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "can we apply left hift and right shift operators to double,float???" Watch "can we apply left hift and right shift operators to double,float???" New topic
Author

can we apply left hift and right shift operators to double,float???

Deepakk Verma
Ranch Hand

Joined: Sep 09, 2009
Posts: 31
Can we apply right shift(>>), and left shift (<<) operator to float and double type values?..
if not why?
Please explain...
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12909
    
    3

Why don't you write a small test program to find out if you can do that or not? Experimenting is a great way to learn.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32644
    
    4
. . . Or read the Java™ Language Specification.
Deepakk Verma
Ranch Hand

Joined: Sep 09, 2009
Posts: 31

Thank you guys
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32644
    
    4
You're welcome
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: can we apply left hift and right shift operators to double,float???
 
Similar Threads
Reg. >>
Wrapper Float Constructor
why this flaw in typecasting
Can anyone tell the result of this code.
Shift operators