BigInteger.ShiftRight(Int32) Method

Definition

Returns a BigInteger whose value is (this >> n).

[Android.Runtime.Register("shiftRight", "(I)Ljava/math/BigInteger;", "GetShiftRight_IHandler")]
public virtual Java.Math.BigInteger ShiftRight (int n);
[<Android.Runtime.Register("shiftRight", "(I)Ljava/math/BigInteger;", "GetShiftRight_IHandler")>]
abstract member ShiftRight : int -> Java.Math.BigInteger
override this.ShiftRight : int -> Java.Math.BigInteger

Parameters

n
Int32

shift distance, in bits.

Returns

this >> n

Attributes

Remarks

Java documentation for java.math.BigInteger.shiftRight(int).

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