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