Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

If I have a data member initialized as:

noformat
Code Block
java
java
     protected double[] _refPoint = new double[3];

does this zero fill _refPoint or is does it contain uninitialized memory?

...