Vector128<T>.UnaryPlus(Vector128<T>) Operator
Definition
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);
public static System.Runtime.Intrinsics.Vector128<T> operator + (System.Runtime.Intrinsics.Vector128<T> value);
static member ( ~+ ) : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)>
static member ( ~+ ) : System.Runtime.Intrinsics.Vector128<'T> -> System.Runtime.Intrinsics.Vector128<'T>
Public Shared Operator + (value As Vector128(Of T)) As Vector128(Of T)
Parameters
- value
- Vector128<T>
The vector.
Returns
value
Exceptions
The type of the vector (T
) is not supported.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.