Guest User

Untitled

a guest
May 27th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. //Floatarrys
  2.  
  3. float v1float[][], v2float[][], evfloat[][];
  4. {
  5. v1float = new float[3][3];
  6. v2float = new float[3][3];
  7. evfloat = new float[3][3];
  8. }
  9.  
  10. //Float aus Textfeld
  11.  
  12. v1float[0][z] = Float.parseFloat(vek1[0][z].getText());
  13.  
  14.  
  15.  
  16. irgentwie logisch oder? xD
  17.  
  18. MfG Norbert
Add Comment
Please, Sign In to add comment