Int128.IBinaryInteger<Int128>.GetShortestBitLength 方法

定义

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

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

返回

Int32

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

实现

适用于