- dst
- the destination float array.
Documentation for this section has not yet been entered.
Type Reason Java.Nio.BufferUnderflowException if dst.length is greater than remaining().
Reads floats from the current position into the specified float array and increases the position by the number of floats read.
Calling this method has the same effect as get(dst, 0, dst.length).