public override float get() { if (_position == _limit) { throw new java.nio.BufferUnderflowException(); } return(byteBuffer.getFloat(_position++ *libcore.io.SizeOf.FLOAT)); }