Bearbeiten

Half.IFloatingPoint<Half>.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.Half>.GetExponentShortestBitLength() = System::Numerics::IFloatingPoint<Half>::GetExponentShortestBitLength;
int IFloatingPoint<Half>.GetExponentShortestBitLength ();
abstract member System.Numerics.IFloatingPoint<System.Half>.GetExponentShortestBitLength : unit -> int
override this.System.Numerics.IFloatingPoint<System.Half>.GetExponentShortestBitLength : unit -> int
Function GetExponentShortestBitLength () As Integer Implements IFloatingPoint(Of Half).GetExponentShortestBitLength

Returns

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

Implements

Applies to