IFloatingPoint<TSelf>.GetExponentShortestBitLength Method

Definition

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

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

Returns

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

Applies to