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