BigInteger.IBinaryInteger<BigInteger>.TryWriteLittleEndian 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.
Tente d’écrire la valeur actuelle, au format little endian, dans une étendue donnée.
virtual bool System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.TryWriteLittleEndian(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten) = System::Numerics::IBinaryInteger<System::Numerics::BigInteger>::TryWriteLittleEndian;
bool IBinaryInteger<BigInteger>.TryWriteLittleEndian(Span<byte> destination, out int bytesWritten);
abstract member System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.TryWriteLittleEndian : Span<byte> * int -> bool
override this.System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.TryWriteLittleEndian : Span<byte> * int -> bool
Function TryWriteLittleEndian (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean Implements IBinaryInteger(Of BigInteger).TryWriteLittleEndian
Paramètres
- bytesWritten
- Int32
Quand cette méthode est retournée, elle contient le nombre d’octets écrits sur destination.
Retourne
true si la valeur a été écrite destinationavec succès dans ; sinon, false.