Vector<T>.Conjugate
            
            
            Conjugates the elements of a vector.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
A vector whose elements are equal to the conjugate of the corresponding elements of this vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
protected Vector<T> ConjugateCore(
	Vector<T>? result
)Parameters
Return Value
Vector<T>A vector whose elements are equal to the conjugate of the corresponding elements of this vector.
Exceptions
| Dimension | The length of result does not equal the lenght of this vector. |