Single.IFloatingPoint<Single>.GetSignificandBitLength 方法

定义

获取当前有效值的长度(以位为单位)。

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

返回

当前有效项的长度(以位为单位)。

实现

适用于