Int64.IBinaryInteger<Int64>.GetShortestBitLength 方法

定义

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

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

返回

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

实现

适用于