Vector2.NegativeInfinity Vlastnost

Definice

Získá vektor, jehož prvky jsou rovny NegativeInfinity.

public:
 static property System::Numerics::Vector2 NegativeInfinity { System::Numerics::Vector2 get(); };
public static System.Numerics.Vector2 NegativeInfinity { get; }
static member NegativeInfinity : System.Numerics.Vector2
Public Shared ReadOnly Property NegativeInfinity As Vector2

Hodnota vlastnosti

Vektor, jehož prvky jsou rovny NegativeInfinity (to znamená, že vrací vektor Create(float.NegativeInfinity)).

Platí pro