Interface FloatArray

    • Method Detail

      • getData

        double[] getData()
        Description copied from interface: EncodedData
        Access to the underlying array of information.
        Specified by:
        getData in interface EncodedData<double[]>
        Returns:
        an int[], double[], byte[], or String[]
      • length

        default int length()
        Description copied from interface: EncodedData
        The number of elements in the wrapped array.
        Specified by:
        length in interface EncodedData<double[]>
        Returns:
        results of array.length