Create a new array and copy each of the values into it. @webref floatdict:method @brief Create a new array and copy each of the values into it
()
| 323 | * @brief Create a new array and copy each of the values into it |
| 324 | */ |
| 325 | public float[] valueArray() { |
| 326 | crop(); |
| 327 | return valueArray(null); |
| 328 | } |
| 329 | |
| 330 | |
| 331 | /** |