Hello!
I'm cloning some Java code into Blocks. I like the fact that the Java Code pane reflects the underlying code of the Blocks programs.
How do I explicitly override the type declaration from int to double in my Blocks code? The Java Code pane (in Blocks IDE) shows the type as int (for functions that return values).
I'm cloning some Java code into Blocks. I like the fact that the Java Code pane reflects the underlying code of the Blocks programs.
How do I explicitly override the type declaration from int to double in my Blocks code? The Java Code pane (in Blocks IDE) shows the type as int (for functions that return values).
- How to change the type declaration from the default?
- Blocks typed a variable to float?
- How does that occur?
- How to change it to double?
Comment