Vector64.AddSaturate<T>(Vector64<T>, Vector64<T>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要素ごとの飽和合計を計算する 2 つのベクトルを追加します。
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector64<T> AddSaturate(System::Runtime::Intrinsics::Vector64<T> left, System::Runtime::Intrinsics::Vector64<T> right);
public static System.Runtime.Intrinsics.Vector64<T> AddSaturate<T>(System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right);
static member AddSaturate : System.Runtime.Intrinsics.Vector64<'T> * System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector64<'T>
Public Function AddSaturate(Of T) (left As Vector64(Of T), right As Vector64(Of T)) As Vector64(Of T)
型パラメーター
- T
ベクター内の要素の型。
パラメーター
- left
- Vector64<T>
rightで追加するベクター。
- right
- Vector64<T>
leftで追加するベクター。
返品
leftとrightの要素ごとの飽和和。