BigInteger.IBinaryInteger<BigInteger>.TryWriteLittleEndian 메서드

정의

현재 값을 little-endian 형식으로 지정된 범위에 쓰려고 시도합니다.

 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

매개 변수

destination
Span<Byte>

현재 값을 작성해야 하는 범위입니다.

bytesWritten
Int32

이 메서드가 반환될 때 destination에 기록되는 바이트 수를 포함합니다.

반환

true 값이 에 성공적으로 기록 destination되었으면 이고, false그렇지 않으면 입니다.

구현

적용 대상