Create a new array with a copy of all the values. @return an array sized by the length of the list with each of the values. @webref floatlist:method @brief Create a new array with a copy of all the values
()
| 829 | * @brief Create a new array with a copy of all the values |
| 830 | */ |
| 831 | public float[] array() { |
| 832 | return array(null); |
| 833 | } |
| 834 | |
| 835 | |
| 836 | /** |