NFloat.IFloatingPoint<NFloat>.TryWriteSignificandLittleEndian 方法

定义

尝试以 little-endian 格式将当前有效值写入给定范围。

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

参数

destination
Span<Byte>

当前有效值应写入到的跨度。

bytesWritten
Int32

当此方法返回时,包含写入到 destination 的字节数。

返回

true 如果成功将有效值写入 ,则为 destination;否则为 false

实现

适用于