- dst
- the target float array.
- dstOffset
- the offset of the float array, must not be negative and no greater than dst.length.
- floatCount
- the number of floats to read, must be no less than zero and no greater than dst.length - dstOffset.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if either dstOffset or floatCount is invalid. Java.Nio.BufferUnderflowException if floatCount is greater than remaining().
Reads floats from the current position into the specified float array, starting from the specified offset, and increases the position by the number of floats read.