Java.Nio.FloatBuffer.CompareTo Method
Compare the remaining floats of this buffer to another float buffer's remaining floats.

Syntax

[Android.Runtime.Register("compareTo", "(Ljava/nio/FloatBuffer;)I", "GetCompareTo_Ljava_nio_FloatBuffer_Handler")]
public virtual int CompareTo (FloatBuffer otherBuffer)

Parameters

otherBuffer
another float buffer.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassCastExceptionif otherBuffer is not a float buffer.

Remarks

Compare the remaining floats of this buffer to another float buffer's remaining floats.

[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