Vector.IsNormal<T>(Vector<T>) メソッド

定義

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

public:
generic <typename T>
 static System::Numerics::Vector<T> IsNormal(System::Numerics::Vector<T> vector);
public static System.Numerics.Vector<T> IsNormal<T>(System.Numerics.Vector<T> vector);
static member IsNormal : System.Numerics.Vector<'T> -> System.Numerics.Vector<'T>
Public Function IsNormal(Of T) (vector As Vector(Of T)) As Vector(Of T)

型パラメーター

T

ベクター内の要素の型。

パラメーター

vector
Vector<T>

チェックするベクター。

返品

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

適用対象