Vector3.OnesComplement(Vector3) Metoda

Definice

Vypočítá doplněk vektoru.

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

Parametry

value
Vector3

Návraty

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

Platí pro