다음을 통해 공유


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

현재 값의 가장 짧은 두 개의 보수 표현의 길이(비트)입니다.

구현

적용 대상