Double.IFloatingPoint<Double>.GetExponentByteCount 方法

定義

取得將寫入為 的 TryWriteExponentLittleEndian(Span<Byte>, Int32) 位元組數目。

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

傳回

將寫入為 的 TryWriteExponentLittleEndian(Span<Byte>, Int32) 位元組數目。

實作

適用於