Language

Vector512.Max<T>(Vector512<T>, Vector512<T>) メソッド

定義

要素ごとに最大 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) の種類はサポートされていません。

適用対象