Uses of Class
processing.data.FloatList
-
Packages that use FloatList Package Description processing.data -
-
Uses of FloatList in processing.data
Methods in processing.data that return FloatList Modifier and Type Method Description FloatListFloatList. copy()FloatListTable. getFloatList(int column)FloatListTable. getFloatList(String columnName)FloatListFloatList. getPercent()Returns a normalized version of this array.FloatListIntList. getPercent()Returns a normalized version of this array.FloatListLongList. getPercent()Returns a normalized version of this array.FloatListFloatList. getSubset(int start)FloatListFloatList. getSubset(int start, int num)Methods in processing.data with parameters of type FloatList Modifier and Type Method Description voidFloatList. append(FloatList list)voidFloatList. insert(int index, FloatList list)Constructors in processing.data with parameters of type FloatList Constructor Description JSONArray(FloatList list)
-