Class FloatUtil

java.lang.Object
com.github.tadukoo.util.FloatUtil

public final class FloatUtil extends Object
Util functions for dealing with floats.
Version:
0.1-Alpha-SNAPSHOT
Author:
Logan Ferree (Tadukoo)
  • Constructor Details

    • FloatUtil

      private FloatUtil()
      Not allowed to create a FloatUtil
  • Method Details

    • convertListToArray

      public static float[] convertListToArray(List<Float> floatList)
      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