Compartir a través de


Vector.IsPositiveInfinity<T>(Vector<T>) Método

Definición

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

Parámetros de tipo

T

Parámetros

vector
Vector<T>

Devoluciones

Se aplica a