Vector2.Negate(Vector2) Metoda

Definice

Neguje zadaný vektor.

public:
 static System::Numerics::Vector2 Negate(System::Numerics::Vector2 value);
public static System.Numerics.Vector2 Negate (System.Numerics.Vector2 value);
static member Negate : System.Numerics.Vector2 -> System.Numerics.Vector2
Public Shared Function Negate (value As Vector2) As Vector2

Parametry

value
Vector2

Vektor, který se má negovat.

Návraty

Negovaný vektor.

Platí pro