UIntPtr.IBinaryInteger<UIntPtr>.GetShortestBitLength 方法

定义

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

 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

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

实现

适用于