IFloatingPoint<TSelf>.GetExponentByteCount Method

Definition

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

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

Returns

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

Applies to