BigInteger.IBinaryInteger<BigInteger>.GetByteCount Метод
Определение
Важный
Некоторая информация относится к предварительным версиям продукта, который может быть существенно изменен до его выпуска. Корпорация Майкрософт не дает никаких гарантий, явных или подразумеваемых, в отношении предоставленной здесь информации.
Возвращает количество байтов, которые будут записаны в составе TryWriteLittleEndian(Span<Byte>, Int32).
virtual int System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.GetByteCount() = System::Numerics::IBinaryInteger<System::Numerics::BigInteger>::GetByteCount;
int IBinaryInteger<BigInteger>.GetByteCount();
abstract member System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.GetByteCount : unit -> int
override this.System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.GetByteCount : unit -> int
Function GetByteCount () As Integer Implements IBinaryInteger(Of BigInteger).GetByteCount
Возвращает
Число байтов, которые будут записаны в составе TryWriteLittleEndian(Span<Byte>, Int32).