Half.IFloatingPoint<Half>.TryWriteExponentLittleEndian メソッド

定義

特定のスパンに現在の指数をリトル エンディアン形式で書き込もうとします。

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

パラメーター

destination
Span<Byte>

現在の指数を書き込むスパン。

bytesWritten
Int32

このメソッドから戻るときに、destination に書き込まれたバイト数を格納します。

戻り値

true 指数が に正常に書き込まれた destination場合は 。それ以外の場合 falseは 。

実装

適用対象