共用方式為


Double.IFloatingPoint<Double>.TryWriteExponentBigEndian 方法

定義

嘗試將目前的指數以大到尾格式寫入指定的範圍。

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

參數

destination
Span<Byte>
bytesWritten
Int32

傳回

Boolean

true 如果指數已順利寫入 , destination 則為 ,否則為 false

實作

適用於