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