Vector2.OnesComplement(Vector2) Metoda

Definice

Vypočítá doplněk vektoru.

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

Parametry

value
Vector2

Návraty

Vektor, jehož prvky jsou doplňky odpovídajících prvků v vector.

Platí pro