NFloat.IFloatingPoint<NFloat>.TryWriteExponentBigEndian 메서드

정의

현재 지수를 big-endian 형식으로 지정된 범위에 쓰려고 시도합니다.

 virtual bool System.Numerics.IFloatingPoint<System.Runtime.InteropServices.NFloat>.TryWriteExponentBigEndian(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten) = System::Numerics::IFloatingPoint<System::Runtime::InteropServices::NFloat>::TryWriteExponentBigEndian;
bool IFloatingPoint<NFloat>.TryWriteExponentBigEndian(Span<byte> destination, out int bytesWritten);
abstract member System.Numerics.IFloatingPoint<System.Runtime.InteropServices.NFloat>.TryWriteExponentBigEndian : Span<byte> * int -> bool
override this.System.Numerics.IFloatingPoint<System.Runtime.InteropServices.NFloat>.TryWriteExponentBigEndian : Span<byte> * int -> bool
Function TryWriteExponentBigEndian (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean Implements IFloatingPoint(Of NFloat).TryWriteExponentBigEndian

매개 변수

destination
Span<Byte>

현재 지수를 작성해야 하는 범위입니다.

bytesWritten
Int32

이 메서드가 반환되면 .에 기록 destination된 바이트 수가 포함됩니다.

반품

지수가 성공적으로 작성 되었으면 이고, 그렇지 않으면 .

구현

적용 대상