Class IndexableNumericDataArrayFloat

java.lang.Object
com.illumon.iris.db.plot.datasets.data.IndexableNumericData
com.illumon.iris.db.plot.datasets.data.IndexableNumericDataArrayFloat
All Implemented Interfaces:
PlotExceptionCause, Serializable

public class IndexableNumericDataArrayFloat
extends IndexableNumericData
IndexableNumericData dataset backed by an array of floats. When accessed, data values are converted to doubles before being returned.
See Also:
Serialized Form
  • Constructor Details

    • IndexableNumericDataArrayFloat

      public IndexableNumericDataArrayFloat​(float[] data, PlotInfo plotInfo)
      Creates an IndexableNumericDataArrayFloat instance.
      Parameters:
      data - data
      plotInfo - plot information
      Throws:
      com.fishlib.base.verify.RequirementFailure - data must not be null
  • Method Details