Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ getFloat
Method
getFloat
core/src/processing/data/Table.java:2784–2786 ·
view source on GitHub ↗
(int column)
Source
from the content-addressed store, hash-verified
2782
}
2783
2784
public
float getFloat(
int
column) {
2785
return
table.getFloat(row, column);
2786
}
2787
2788
public
float getFloat(String columnName) {
2789
return
table.getFloat(row, columnName);
Callers
nothing calls this directly
Calls
1
getFloat
Method · 0.65
Tested by
no test coverage detected