Interface FloatingPointValuedDataChunk

All Superinterfaces:
DataChunk
All Known Implementing Classes:
DoubleChunk, FloatChunk

public interface FloatingPointValuedDataChunk extends DataChunk
The FloatingPointValuedDataChunk interface is implemented by concrete classes that hold data of a specific primitive floating point type (float, double).
Since:
3.6.1
Author:
Peter Hollemans
  • Method Details

    • getScalingScheme

      ScalingScheme getScalingScheme()
      Gets the scaling scheme. A scaling scheme is used to alter the values of floating point data using some scaling.
      Returns:
      the scaling scheme or null if the chunk data is not scaled.