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

定義

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

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

戻り値

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

実装

適用対象