Double.IFloatingPoint<Double>.TryWriteExponentBigEndian Método

Definición

Intenta escribir el exponente actual, en formato big-endian, en un intervalo determinado.

 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

Parámetros

destination
Span<Byte>

Intervalo en el que se debe escribir el exponente actual.

bytesWritten
Int32

Cuando este método devuelve , contiene el número de bytes escritos en destination.

Devoluciones

true si el exponente se escribió correctamente en destination; de lo contrario, false.

Implementaciones

Se aplica a