Int32.IBinaryInteger<Int32>.GetShortestBitLength 方法

定义

获取当前值的最短两个补补表示形式的长度(以位为单位)。

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

返回

最短的两个当前值的补补表示形式的长度(以位为单位)。

实现

适用于