BigInteger.IBinaryInteger<BigInteger>.TryWriteLittleEndian Yöntem

Tanım

Geçerli değeri küçük endian biçiminde belirli bir span'a yazmaya çalışır.

 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

Parametreler

destination
Span<Byte>
bytesWritten
Int32

Döndürülenler

Boolean

true değeri başarılı bir şekilde yazıldıysa destination; aksi takdirde , false.

Uygulamalar

Şunlara uygulanır