NFloat.IFloatingPoint<NFloat>.GetExponentShortestBitLength 方法

定义

获取当前指数的最短两个补数表示形式的长度(以位为单位)。

 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

返回

Int32

最短两个指数的补全表示形式的长度(以位为单位)。

实现

适用于