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

定義

ベクトル内のどの要素が負の無限大であるかを決定します。

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

型パラメーター

T

ベクター内の要素の型。

パラメーター

vector
Vector<T>

チェックするベクター。

返品

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

適用対象