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

定義

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

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

戻り値

Int32

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

実装

適用対象