Half.IFloatingPoint<Half>.TryWriteExponentLittleEndian 메서드

정의

현재 지수(little-endian 형식)를 지정된 범위에 쓰려고 시도합니다.

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

매개 변수

destination
Span<Byte>
bytesWritten
Int32

반환

Boolean

true if the exponent was succesfully written to destination; otherwise, false.

구현

적용 대상