Vector512.IsInteger<T>(Vector512<T>) メソッド

定義

ベクトル内のどの要素が整数値であるかを決定します。

public:
generic <typename T>
 static System::Runtime::Intrinsics::Vector512<T> IsInteger(System::Runtime::Intrinsics::Vector512<T> vector);
public static System.Runtime.Intrinsics.Vector512<T> IsInteger<T>(System.Runtime.Intrinsics.Vector512<T> vector);
static member IsInteger : System.Runtime.Intrinsics.Vector512<'T> -> System.Runtime.Intrinsics.Vector512<'T>
Public Function IsInteger(Of T) (vector As Vector512(Of T)) As Vector512(Of T)

型パラメーター

T

ベクター内の要素の型。

パラメーター

vector
Vector512<T>

チェックするベクター。

返品

vectorの対応する要素が整数値かどうかに応じて、要素が全ビットセットまたはゼロであるベクトル。

適用対象