BigInteger.ValueOf(Int64) Method

Definition

Returns a BigInteger whose value is equal to that of the specified long.

[Android.Runtime.Register("valueOf", "(J)Ljava/math/BigInteger;", "")]
public static Java.Math.BigInteger ValueOf (long val);
[<Android.Runtime.Register("valueOf", "(J)Ljava/math/BigInteger;", "")>]
static member ValueOf : int64 -> Java.Math.BigInteger

Parameters

val
Int64

value of the BigInteger to return.

Returns

a BigInteger with the specified value.

Attributes

Remarks

Java documentation for java.math.BigInteger.valueOf(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to