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

定義

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

型パラメーター

T

パラメーター

vector
Vector<T>

戻り値

適用対象