Double.IFloatingPoint<Double>.TryWriteExponentBigEndian Metodo

Definizione

Cerca di scrivere l'esponente corrente, in formato big-endian, in un determinato intervallo.

 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

Parametri

destination
Span<Byte>

Intervallo a cui deve essere scritto l'esponente corrente.

bytesWritten
Int32

Al termine del metodo, contiene il numero di byte scritti in destination.

Restituisce

true se l'esponente è stata scritta correttamente in destination; in caso contrario, false.

Implementazioni

Si applica a