NFloat.IFloatingPoint<NFloat>.GetSignificandBitLength 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前有效值的长度(以位为单位)。
virtual int System.Numerics.IFloatingPoint<System.Runtime.InteropServices.NFloat>.GetSignificandBitLength() = System::Numerics::IFloatingPoint<System::Runtime::InteropServices::NFloat>::GetSignificandBitLength;
int IFloatingPoint<NFloat>.GetSignificandBitLength ();
abstract member System.Numerics.IFloatingPoint<System.Runtime.InteropServices.NFloat>.GetSignificandBitLength : unit -> int
override this.System.Numerics.IFloatingPoint<System.Runtime.InteropServices.NFloat>.GetSignificandBitLength : unit -> int
Function GetSignificandBitLength () As Integer Implements IFloatingPoint(Of NFloat).GetSignificandBitLength
返回
当前有效项的长度(以位为单位)。