Java org.apache.lucene.util SmallFloat fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util SmallFloat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util SmallFloat.

The text is from its open source code.

Method

floatbyte315ToFloat(byte b)
byteToFloat(b, mantissaBits=3, zeroExponent=15)
bytefloatToByte315(float f)
floatToByte(b, mantissaBits=3, zeroExponent=15)
smallest non-zero value = 5.820766E-10
largest value = 7.5161928E9
epsilon = 0.125
byteintToByte4(int i)
Encode an integer to a byte.