Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Float Matrix, initialisiert mit 0.0 der angegebenen Grösse.

Beispiel

MyMatrix = FloatMatrix(5,2);

Resultat: [[0.0,0.0],[0.0,0.0],[0.0,0.0],[0.0,0.0],[0.0,0.0]]

Siehe auch

---