- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for floatToIntBits (0.19 sec)
-
src/main/java/jcifs/util/Encdec.java
* @return the number of bytes written (4) */ public static int enc_floatle(final float f, final byte[] dst, final int di) { return enc_uint32le(Float.floatToIntBits(f), dst, di); } /** * Encodes a float value in big-endian byte order. * * @param f the float value to encode * @param dst the destination byte array
Registered: Sun Sep 07 00:10:21 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
* @return the number of bytes written (4) */ public static int enc_floatle(final float f, final byte[] dst, final int di) { return enc_uint32le(Float.floatToIntBits(f), dst, di); } /** * Encodes a float value in big-endian byte order. * * @param f the float value to encode * @param dst the destination byte array
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 18.5K bytes - Viewed (0)