IFloatingPoint<TSelf>.GetSignificandByteCount Method

Definition

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

public:
 int GetSignificandByteCount();
public int GetSignificandByteCount ();
abstract member GetSignificandByteCount : unit -> int
Public Function GetSignificandByteCount () As Integer

Returns

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

Applies to