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

Method getFloatList

core/src/processing/data/Table.java:4576–4578  ·  view source on GitHub ↗
(String columnName)

Source from the content-addressed store, hash-verified

4574
4575
4576 public FloatList getFloatList(String columnName) {
4577 return new FloatList(getFloatColumn(columnName));
4578 }
4579
4580
4581 public FloatList getFloatList(int column) {

Callers

nothing calls this directly

Calls 1

getFloatColumnMethod · 0.95

Tested by

no test coverage detected