Java.Nio.FloatBuffer.Put Method
Writes the given float to the current position and increases the position by 1.

Syntax

[Android.Runtime.Register("put", "(F)Ljava/nio/FloatBuffer;", "GetPut_FHandler")]
public abstract FloatBuffer Put (float f)

Parameters

f
the float to write.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.BufferOverflowExceptionif position is equal or greater than limit.
Java.Nio.ReadOnlyBufferExceptionif no changes may be made to the contents of this buffer.

Remarks

Writes the given float to the current position and increases the position by 1.

[Android Documentation]

Requirements

Namespace: Java.Nio
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1