Class FloatQuantizedDecoder

java.lang.Object
skadistats.clarity.io.decoder.FloatQuantizedDecoder
All Implemented Interfaces:
Decoder<Float>

public class FloatQuantizedDecoder extends Object implements Decoder<Float>
  • Constructor Details

    • FloatQuantizedDecoder

      public FloatQuantizedDecoder(String fieldName, int bitCount, int flags, float minValue, float maxValue)
  • Method Details