Int32.IBinaryInteger<Int32>.GetShortestBitLength Method

Definition

Gets the length, in bits, of the shortest two's complement representation of the current value.

 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

Returns

The length, in bits, of the shortest two's complement representation of the current value.

Implements

Applies to