Vector128.AddSaturate<T>(Vector128<T>, Vector128<T>) Method
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.
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector128<T> AddSaturate(System::Runtime::Intrinsics::Vector128<T> left, System::Runtime::Intrinsics::Vector128<T> right);
public static System.Runtime.Intrinsics.Vector128<T> AddSaturate<T>(System.Runtime.Intrinsics.Vector128<T> left, System.Runtime.Intrinsics.Vector128<T> right);
static member AddSaturate : System.Runtime.Intrinsics.Vector128<'T> * System.Runtime.Intrinsics.Vector128<'T> -> System.Runtime.Intrinsics.Vector128<'T>
Public Function AddSaturate(Of T) (left As Vector128(Of T), right As Vector128(Of T)) As Vector128(Of T)
Type Parameters
- T
Parameters
- left
- Vector128<T>
- right
- Vector128<T>