UInt128.IBinaryInteger<UInt128>.TryWriteLittleEndian メソッド

定義

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

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

パラメーター

destination
Span<Byte>
bytesWritten
Int32

戻り値

Boolean

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

実装

適用対象