ILNumerics Ultimate VS

complexConjugate Method (complex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates the complex conjugate of the complex value a.

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static complex Conjugate(
	complex a
)

Parameters

a
Type: ILNumericscomplex
The complex value.

Return Value

Type: complex
The conjugate of a.
Remarks

[ILNumerics Core Module]

See Also

Reference