Int16.IBinaryInteger<Int16>.TryReadBigEndian Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
static bool System.Numerics.IBinaryInteger<System.Int16>.TryReadBigEndian(ReadOnlySpan<System::Byte> source, bool isUnsigned, [Runtime::InteropServices::Out] short % value) = System::Numerics::IBinaryInteger<short>::TryReadBigEndian;
static bool IBinaryInteger<short>.TryReadBigEndian (ReadOnlySpan<byte> source, bool isUnsigned, out short value);
static member System.Numerics.IBinaryInteger<System.Int16>.TryReadBigEndian : ReadOnlySpan<byte> * bool * int16 -> bool
Shared Function TryReadBigEndian (source As ReadOnlySpan(Of Byte), isUnsigned As Boolean, ByRef value As Short) As Boolean Implements IBinaryInteger(Of Short).TryReadBigEndian
- source
- ReadOnlySpan<Byte>
- isUnsigned
- Boolean
- value
- Int16
Produto | Versões |
---|---|
.NET | 7, 8, 9 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: