Half.IFloatingPoint<Half>.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.Half>.GetSignificandByteCount() = System::Numerics::IFloatingPoint<Half>::GetSignificandByteCount;
int IFloatingPoint<Half>.GetSignificandByteCount ();
abstract member System.Numerics.IFloatingPoint<System.Half>.GetSignificandByteCount : unit -> int
override this.System.Numerics.IFloatingPoint<System.Half>.GetSignificandByteCount : unit -> int
Function GetSignificandByteCount () As Integer Implements IFloatingPoint(Of Half).GetSignificandByteCount

Returns

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

Implements

Applies to