Double.IFloatingPoint<Double>.TryWriteExponentBigEndian Metoda

Definice

Pokusí se zapsat aktuální exponent ve formátu big-endian do daného rozsahu.

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

Parametry

destination
Span<Byte>

Rozsah, do kterého má být aktuální exponent zapsán.

bytesWritten
Int32

Když tato metoda vrátí hodnotu , obsahuje počet bajtů zapsaných do destination.

Návraty

true pokud byl exponent úspěšně zapsán do destination, jinak hodnota false.

Implementuje

Platí pro