Package com.github.tadukoo.util
Class FloatUtil
java.lang.Object
com.github.tadukoo.util.FloatUtil
Util functions for dealing with floats.
- Version:
- 0.1-Alpha-SNAPSHOT
- Author:
- Logan Ferree (Tadukoo)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic float[]
convertListToArray
(List<Float> floatList) Converts a List of Floats into an array of floats.
-
Constructor Details
-
FloatUtil
private FloatUtil()Not allowed to create a FloatUtil
-
-
Method Details
-
convertListToArray
Converts a List of Floats into an array of floats.- Parameters:
floatList
- The List of Floats to convert to an array- Returns:
- An array containing the floats from the List
-