- Sort Score
- Num 10 results
- Language All
Results 11 - 11 of 11 for intBitsToFloat (0.05 seconds)
-
android/guava/src/com/google/common/io/LittleEndianDataInputStream.java
* little-endian byte order * @throws IOException if an I/O error occurs */ @CanIgnoreReturnValue // to skip some bytes @Override public float readFloat() throws IOException { return Float.intBitsToFloat(readInt()); } /** * Reads a {@code double} as specified by {@link DataInputStream#readDouble()}, except using * little-endian byte order. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Feb 12 03:49:18 GMT 2025 - 7.3K bytes - Click Count (0)