IFloatingPoint<TSelf>.GetExponentShortestBitLength 方法

定义

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

public:
 int GetExponentShortestBitLength();
public int GetExponentShortestBitLength ();
abstract member GetExponentShortestBitLength : unit -> int
Public Function GetExponentShortestBitLength () As Integer

返回

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

适用于