Decimal.IFloatingPoint<Decimal>.TryWriteExponentBigEndian メソッド

定義

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

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

パラメーター

destination
Span<Byte>

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

bytesWritten
Int32

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

戻り値

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

実装

適用対象