BigInteger.IBinaryInteger<BigInteger>.TryWriteLittleEndian Método
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Intenta escribir el valor actual, en formato little-endian, en un intervalo determinado.
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
- bytesWritten
- Int32
Cuando este método devuelve un valor, este contiene el número de bytes escritos en destination
.
true
es si el valor se escribió correctamente en destination
; de lo contrario, false
.
Producto | Versiones |
---|---|
.NET | 7, 8, 9, 10 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: