Double.IFloatingPoint<Double>.TryWriteSignificandBigEndian Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente d’écrire l’significif actuel, au format big-endian, dans une étendue donnée.
virtual bool System.Numerics.IFloatingPoint<System.Double>.TryWriteSignificandBigEndian(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten) = System::Numerics::IFloatingPoint<double>::TryWriteSignificandBigEndian;
bool IFloatingPoint<double>.TryWriteSignificandBigEndian (Span<byte> destination, out int bytesWritten);
abstract member System.Numerics.IFloatingPoint<System.Double>.TryWriteSignificandBigEndian : Span<byte> * int -> bool
override this.System.Numerics.IFloatingPoint<System.Double>.TryWriteSignificandBigEndian : Span<byte> * int -> bool
Function TryWriteSignificandBigEndian (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean Implements IFloatingPoint(Of Double).TryWriteSignificandBigEndian
Paramètres
- bytesWritten
- Int32
Retours
true
si le significand a été écrit destination
avec succès ; sinon, false
.