NFloat.IFloatingPoint<NFloat>.TryWriteSignificandBigEndian Methode

Definition

Versucht, das aktuelle Significand im Big-End-Format in eine bestimmte Spanne zu schreiben.

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

Parameter

destination
Span<Byte>

Die Spanne, in die das aktuelle Zeichen geschrieben werden soll.

bytesWritten
Int32

Wenn diese Methode zurückgegeben wird, enthält die Anzahl der Bytes, die in destination.

Gibt zurück

true wenn der Significand erfolgreich in destination; andernfalls falsegeschrieben wurde.

Implementiert

Gilt für: