BigInteger.IBinaryInteger<BigInteger>.TryWriteBigEndian メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビッグ エンディアン形式の現在の値を特定のスパンに書き込もうとします。
virtual bool System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.TryWriteBigEndian(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten) = System::Numerics::IBinaryInteger<System::Numerics::BigInteger>::TryWriteBigEndian;
bool IBinaryInteger<BigInteger>.TryWriteBigEndian(Span<byte> destination, out int bytesWritten);
abstract member System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.TryWriteBigEndian : Span<byte> * int -> bool
override this.System.Numerics.IBinaryInteger<System.Numerics.BigInteger>.TryWriteBigEndian : Span<byte> * int -> bool
Function TryWriteBigEndian (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean Implements IBinaryInteger(Of BigInteger).TryWriteBigEndian
パラメーター
- bytesWritten
- Int32
このメソッドから制御が戻るときに、 destinationに書き込まれたバイト数が格納されます。
返品
true 値が正常に destinationに書き込まれた場合は 7。それ以外の場合は false。