Double.IFloatingPoint<Double>.TryWriteExponentLittleEndian Méthode

Définition

Tente d’écrire l’exposant actuel, au format little-endian, dans une étendue donnée.

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

Paramètres

destination
Span<Byte>
bytesWritten
Int32

Retours

Boolean

true si l’exposant a été écrit destinationavec succès ; sinon, false.

Implémente

S’applique à