Vector<T>::OnesComplement Operator

Returns a new vector whose elements are obtained by taking the one's complement of a specified vector's elements.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Vector<T> operator ~(
	Vector<T> value
)

Parameters

value
Type: System.Numerics::Vector<T>

The source vector.

Return Value

Type: System.Numerics::Vector<T>
The one's complement vector.
Show: