NFloat.IFloatingPoint<NFloat>.TryWriteExponentLittleEndian Metod

Definition

Försöker skriva den aktuella exponenten, i lite endianskt format, till ett givet spann.

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

Parametrar

destination
Span<Byte>

Det intervall som den aktuella exponenten ska skrivas till.

bytesWritten
Int32

När den här metoden returnerar innehåller antalet byte som skrivits till destination.

Returer

trueom exponenten skrevs till destination, annars . false

Implementeringar

Gäller för