Create a new array and copy each of the values into it. @webref doubledict:method @brief Create a new array and copy each of the values into it
()
| 338 | * @brief Create a new array and copy each of the values into it |
| 339 | */ |
| 340 | public double[] valueArray() { |
| 341 | crop(); |
| 342 | return valueArray(null); |
| 343 | } |
| 344 | |
| 345 | |
| 346 | /** |