言語

BigInteger.ShiftLeft(Int32) メソッド

定義

値が (this << n)の BigInteger を返します。

[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ドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象