言語

Single.IFloatingPoint<Single>.GetSignificandByteCount メソッド

定義

TryWriteSignificandLittleEndian(Span<Byte>, Int32)の一部として書き込まれるバイト数を取得します。

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

返品

TryWriteSignificandLittleEndian(Span<Byte>, Int32)の一部として書き込まれるバイト数。

実装

適用対象