NFloat.IFloatingPoint<NFloat>.GetSignificandByteCount Method

Definition

Gets the number of bytes that will be written as part of TryWriteSignificandLittleEndian(Span<Byte>, Int32).

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

Returns

The number of bytes that will be written as part of TryWriteSignificandLittleEndian(Span<Byte>, Int32).

Implements

Applies to