Click or drag to resize

NMathFunctionsConj(FloatVector) Method

Calculates the complex conjugate of a given vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatVector Conj(
	FloatVector v
)

Parameters

v  FloatVector
A vector.

Return Value

FloatVector
Since there is no imaginary part, this method simply returns the given vector, v.
See Also