Udostępnij za pośrednictwem


Half.IFloatingPoint<Half>.TryWriteExponentBigEndian Metoda

Definicja

Próbuje napisać bieżący wykładnik w formacie big-endian do danego zakresu.

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

Parametry

destination
Span<Byte>
bytesWritten
Int32

Zwraca

Boolean

truejeśli wykładnik został pomyślnie zapisany w destination; w przeciwnym razie . false

Implementuje

Dotyczy