Double.IFloatingPoint<Double>.TryWriteSignificandLittleEndian Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
- bytesWritten
- Int32
Návraty
true
byla-li significand úspěšně zapsána destination
do ; jinak , false
.