Decimal.IFloatingPoint<Decimal>.GetSignificandByteCount 方法

定義

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

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

傳回

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

實作

適用於