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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.