NFloat.IFloatingPoint<NFloat>.TryWriteExponentLittleEndian Yöntem

Tanım

Geçerli üssü küçük endian biçiminde belirli bir yayılmaya yazmaya çalışır.

 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

Parametreler

destination
Span<Byte>

Geçerli üssün yazılması gereken yayılma alanı.

bytesWritten
Int32

Bu yöntem döndürdüğünde, öğesine destinationyazılan bayt sayısını içerir.

Döndürülenler

true üs başarılı bir şekilde öğesine yazıldıysa destination; aksi takdirde , false.

Uygulamalar

Şunlara uygulanır