BigInteger.IBinaryInteger<BigInteger>.GetByteCount Méthode
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nombre d’octets qui seront écrits dans le cadre de 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
Retourne
Nombre d’octets qui seront écrits dans le cadre de TryWriteLittleEndian(Span<Byte>, Int32).