Vector2.Negate(Vector2) Methode

Definitie

Onderhandelt een opgegeven vector.

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

Parameters

value
Vector2

De vector om te negate.

Retouren

De negated vector.

Van toepassing op