Double.IFloatingPoint<Double>.TryWriteSignificandLittleEndian 方法

定義

嘗試以小到小到大的格式,將目前的符號寫入指定的範圍。

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

參數

destination
Span<Byte>
bytesWritten
Int32

傳回

Boolean

true 如果成功寫入 ,則為 destination ,否則為 false

實作

適用於