Use toFloatArray() instead.
()
| 643 | |
| 644 | /** Use toFloatArray() instead. */ |
| 645 | @Deprecated |
| 646 | public float[] getFloatArray() { |
| 647 | return toFloatArray(); |
| 648 | } |
| 649 | |
| 650 | |
| 651 | /** Get this entire array as a float array. Everything must be an float. */ |
nothing calls this directly
no test coverage detected