Method IFloatingPoint<BigDecimal>.GetExponentByteCount
IFloatingPoint<BigDecimal>.GetExponentByteCount()
Gets the number of bytes that will be written as part of TryWriteExponentLittleEndian(Span<byte>, out int).
Declaration
int IFloatingPoint<BigDecimal>.GetExponentByteCount()
Returns
Type | Description |
---|---|
int | The number of bytes that will be written as part of TryWriteExponentLittleEndian(Span<byte>, out int). |