Vector4.OnesComplement(Vector4) Metoda

Definice

Vypočítá doplněk vektoru.

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

Parametry

value
Vector4

Návraty

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

Platí pro