Conjugates the specified value.

Namespace: Cudafy.Types
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public static ComplexD Conj(
	ComplexD x
)
Visual Basic
Public Shared Function Conj ( _
	x As ComplexD _
) As ComplexD
Visual C++
public:
static ComplexD Conj(
	ComplexD x
)

Parameters

x
Type: Cudafy.Types..::..ComplexD
The value.

Return Value

Conjugated value.

See Also