Java.Math.BigInteger.ValueOf Method
Returns a BigInteger whose value is equal to value.

Syntax

[Android.Runtime.Register("valueOf", "(J)Ljava/math/BigInteger;", "")]
public static BigInteger ValueOf (long val)

Parameters

value
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a BigInteger whose value is equal to value.

[Android Documentation]

Requirements

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