共用方式為


BigInteger.ShiftLeft(Int32) 方法

定義

傳回 BigInteger,其值為 (this << n)

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

參數

n
Int32

移位距離,以位為單位。

傳回

this << n

屬性

備註

java.math.BigInteger.shiftLeft(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於