MCPcopy Index your code
hub / github.com/benfry/processing4 / getFloatArray

Method getFloatArray

core/src/processing/data/JSONArray.java:645–648  ·  view source on GitHub ↗

Use toFloatArray() instead.

()

Source from the content-addressed store, hash-verified

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. */

Callers

nothing calls this directly

Calls 1

toFloatArrayMethod · 0.95

Tested by

no test coverage detected