Vector4.Negate(Vector4) Metoda

Definice

Neguje zadaný vektor.

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

Parametry

value
Vector4

Vektor, který se má negovat.

Návraty

Negovaný vektor.

Platí pro