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 doublelist:method @brief Create a new array with a copy of all the values
()
| 821 | * @brief Create a new array with a copy of all the values |
| 822 | */ |
| 823 | public double[] array() { |
| 824 | return array(null); |
| 825 | } |
| 826 | |
| 827 | |
| 828 | /** |