SByte.IBinaryInteger<SByte>.TryReadLittleEndian Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
static bool System.Numerics.IBinaryInteger<System.SByte>.TryReadLittleEndian(ReadOnlySpan<System::Byte> source, bool isUnsigned, [Runtime::InteropServices::Out] System::SByte % value) = System::Numerics::IBinaryInteger<System::SByte>::TryReadLittleEndian;
C#
static bool IBinaryInteger<sbyte>.TryReadLittleEndian(ReadOnlySpan<byte> source, bool isUnsigned, out sbyte value);
static member System.Numerics.IBinaryInteger<System.SByte>.TryReadLittleEndian : ReadOnlySpan<byte> * bool * sbyte -> bool
Shared Function TryReadLittleEndian (source As ReadOnlySpan(Of Byte), isUnsigned As Boolean, ByRef value As SByte) As Boolean Implements IBinaryInteger(Of SByte).TryReadLittleEndian
- source
- ReadOnlySpan<Byte>
- isUnsigned
- Boolean
- value
- SByte
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner des problèmes et des demandes de tirage (pull requests). Pour plus d’informations, consultez notre guide du contributeur.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :