Java.Lang.Math.Max Method
Returns the most positive (closest to positive infinity) of the two arguments.

Syntax

[Android.Runtime.Register("max", "(JJ)J", "")]
public static long Max (long l1, long l2)

Parameters

l1
Documentation for this section has not yet been entered.
l2
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the most positive (closest to positive infinity) of the two arguments.

[Android Documentation]

Requirements

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