Uses of Class
processing.data.FloatDict
-
Packages that use FloatDict Package Description processing.data -
-
Uses of FloatDict in processing.data
Methods in processing.data that return FloatDict Modifier and Type Method Description FloatDictFloatDict. copy()Returns a duplicate copy of this object.FloatDictTable. getFloatDict(int keyColumn, int valueColumn)FloatDictTable. getFloatDict(String keyColumnName, String valueColumnName)FloatDictFloatDict. getPercent()Sum all of the values in this dictionary, then return a new FloatDict of each key, divided by the total sum.FloatDictIntDict. getPercent()Sum all of the values in this dictionary, then return a new FloatDict of each key, divided by the total sum.FloatDictLongDict. getPercent()Sum all of the values in this dictionary, then return a new FloatDict of each key, divided by the total sum.Constructors in processing.data with parameters of type FloatDict Constructor Description JSONObject(FloatDict dict)
-