次の方法で共有


UInt128.IBinaryInteger<UInt128>.GetShortestBitLength メソッド

定義

現在の値の最短 2 の補数表現の長さをビット単位で取得します。

 virtual int System.Numerics.IBinaryInteger<System.UInt128>.GetShortestBitLength() = System::Numerics::IBinaryInteger<UInt128>::GetShortestBitLength;
int IBinaryInteger<UInt128>.GetShortestBitLength ();
abstract member System.Numerics.IBinaryInteger<System.UInt128>.GetShortestBitLength : unit -> int
override this.System.Numerics.IBinaryInteger<System.UInt128>.GetShortestBitLength : unit -> int
Function GetShortestBitLength () As Integer Implements IBinaryInteger(Of UInt128).GetShortestBitLength

戻り値

Int32

現在の値の最短 2 の補数表現の長さ (ビット単位)。

実装

適用対象