Vector128<T>.UnaryPlus(Vector128<T>) Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a given vector unchanged.
public:
static System::Runtime::Intrinsics::Vector128<T> operator +(System::Runtime::Intrinsics::Vector128<T> value);
C#
public static System.Runtime.Intrinsics.Vector128<T> operator +(System.Runtime.Intrinsics.Vector128<T> value);
static member ( ~+ ) : System.Runtime.Intrinsics.Vector128<'T> -> System.Runtime.Intrinsics.Vector128<'T>
static member ( ~+ ) : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)>
Public Shared Operator + (value As Vector128(Of T)) As Vector128(Of T)
- value
- Vector128<T>
The vector.
value
The type of the vector (T
) is not supported.
Produto | Versões |
---|---|
.NET | 7, 8, 9, 10 |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: