IBinaryInteger<TSelf>.GetShortestBitLength Method

Definition

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

public:
 int GetShortestBitLength();
public int GetShortestBitLength ();
abstract member GetShortestBitLength : unit -> int
Public Function GetShortestBitLength () As Integer

Returns

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

Applies to