Java.Math.BigInteger.ShiftRight Method
Returns a BigInteger whose value is this >> n.

Syntax

[Android.Runtime.Register("shiftRight", "(I)Ljava/math/BigInteger;", "GetShiftRight_IHandler")]
public virtual BigInteger ShiftRight (int n)

Parameters

n
shift distance

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a BigInteger whose value is this >> n. For negative arguments, the result is also negative. The shift distance may be negative which means that this is shifted left.

Implementation Note: Usage of this method on negative values is not recommended as the current implementation is not efficient.

[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