NFloat.IFloatingPoint<NFloat>.TryWriteExponentLittleEndian Метод

Определение

Пытается записать текущую экспоненту в минимальном формате в заданный диапазон.

 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

Параметры

destination
Span<Byte>

Диапазон, в который должна быть записана текущая экспонента.

bytesWritten
Int32

Когда этот метод возвращает управление, содержит количество байтов, записанных в destination.

Возвращаемое значение

true Значение , если экспонента успешно записана в destination; в противном случае — значение false.

Реализации

Применяется к