Click or drag to resize

ComplexConjugate Method

Computes the conjugate for a complex number and returns the result.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Complex Conjugate(
	Complex value
)

Parameters

value
Type: AGI.Foundation.CoordinatesComplex
A complex number.

Return Value

Type: Complex
The computed conjugate.
See Also