Method ByteToSingle
ByteToSingle(Byte, Int32, Int32)
Converts an 8 bit
NOTE: This was byteToFloat() in Lucene
Declaration
public static float ByteToSingle(byte b, int numMantissaBits, int zeroExp)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | b | |
System.Int32 | numMantissaBits | |
System.Int32 | zeroExp |
Returns
Type | Description |
---|---|
System.Single |