Compares the two specified float values.
Syntax
[Android.Runtime.Register("compare", "(FF)I", "")]
public static
int Compare (
float float1,
float float2)
Parameters
- float1
- the first value to compare.
- float2
- the second value to compare.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1