Vector2.Negate(Vector2) Метод

Определение

Отрицает указанный вектор.

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

Параметры

value
Vector2

Вектор для отмены.

Возвращаемое значение

Отрицаемый вектор.

Применяется к