Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getFloat
Method
getFloat
core/src/processing/data/Table.java:2737–2739 ·
view source on GitHub ↗
(int column)
Source
from the content-addressed store, hash-verified
2735
}
2736
2737
public
float getFloat(
int
column) {
2738
return
table.getFloat(row, column);
2739
}
2740
2741
public
float getFloat(String columnName) {
2742
return
table.getFloat(row, columnName);
Callers
nothing calls this directly
Calls
1
getFloat
Method · 0.65
Tested by
no test coverage detected