NumberBuffer struct NumberBuffer Documentation Code public const int BufferSize = 51 public bool IsNegative public int Scale public Span<byte> Digits { get; } public int NumDigits { get; } public Byte* UnsafeDigits { get; } public void CheckConsistency()