Double.IFloatingPoint<Double>.GetExponentShortestBitLength メソッド

定義

現在の指数部の最短 2 の補数表現の長さをビット単位で取得します。

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

戻り値

現在の指数部の最短 2 の補数表現の長さ (ビット単位)。

実装

適用対象