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

반환

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

구현

적용 대상