Single.IFloatingPoint<Single>.GetExponentShortestBitLength Method

Definition

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

 virtual int System.Numerics.IFloatingPoint<System.Single>.GetExponentShortestBitLength() = System::Numerics::IFloatingPoint<float>::GetExponentShortestBitLength;
int IFloatingPoint<float>.GetExponentShortestBitLength ();
abstract member System.Numerics.IFloatingPoint<System.Single>.GetExponentShortestBitLength : unit -> int
override this.System.Numerics.IFloatingPoint<System.Single>.GetExponentShortestBitLength : unit -> int
Function GetExponentShortestBitLength () As Integer Implements IFloatingPoint(Of Single).GetExponentShortestBitLength

Returns

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

Implements

Applies to