NFloat.IFloatingPoint<NFloat>.TryWriteExponentBigEndian Yöntem

Tanım

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

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

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