Double.IFloatingPoint<Double>.TryWriteSignificandLittleEndian Méthode

Définition

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

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

Paramètres

destination
Span<Byte>
bytesWritten
Int32

Retours

Boolean

true si le significand a été écrit destinationavec succès ; sinon, false.

Implémente

S’applique à