- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for intBitsToFloat (2.96 sec)
-
src/main/java/jcifs/util/Encdec.java
* @param si the starting index in the source array * @return the decoded float value */ public static float dec_floatle(final byte[] src, final int si) { return Float.intBitsToFloat(dec_uint32le(src, si)); } /** * Decodes a float value from big-endian byte order. * * @param src the source byte array * @param si the starting index in the source arrayRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/Encdec.java
* @param si the starting index in the source array * @return the decoded float value */ public static float dec_floatle(final byte[] src, final int si) { return Float.intBitsToFloat(dec_uint32le(src, si)); } /** * Decodes a float value from big-endian byte order. * * @param src the source byte array * @param si the starting index in the source arrayRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 18.5K bytes - Viewed (0)