Int16.IBinaryInteger<Int16>.TryReadLittleEndian メソッド
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
static bool System.Numerics.IBinaryInteger<System.Int16>.TryReadLittleEndian(ReadOnlySpan<System::Byte> source, bool isUnsigned, [Runtime::InteropServices::Out] short % value) = System::Numerics::IBinaryInteger<short>::TryReadLittleEndian;
C#
static bool IBinaryInteger<short>.TryReadLittleEndian(ReadOnlySpan<byte> source, bool isUnsigned, out short value);
static member System.Numerics.IBinaryInteger<System.Int16>.TryReadLittleEndian : ReadOnlySpan<byte> * bool * int16 -> bool
Shared Function TryReadLittleEndian (source As ReadOnlySpan(Of Byte), isUnsigned As Boolean, ByRef value As Short) As Boolean Implements IBinaryInteger(Of Short).TryReadLittleEndian
- source
- ReadOnlySpan<Byte>
- isUnsigned
- Boolean
- value
- Int16
製品 | バージョン |
---|---|
.NET | 7, 8, 9, 10 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。