Sdílet prostřednictvím


Double.IFloatingPoint<Double>.TryWriteSignificandLittleEndian Metoda

Definice

Pokusí se napsat aktuální znak a v malém endian formátu do daného rozsahu.

 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

Parametry

destination
Span<Byte>
bytesWritten
Int32

Návraty

Boolean

true byla-li significand úspěšně zapsána destinationdo ; jinak , false.

Implementuje

Platí pro