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

定義

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

 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

返品

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

実装

適用対象