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: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Complex Conjugate(
	Complex value
)
Public Shared Function Conjugate ( 
	value As Complex
) As Complex
public:
static Complex Conjugate(
	Complex value
)
static member Conjugate : 
        value : Complex -> Complex 
Parameters
- value
 - Type: AGI.Foundation.CoordinatesComplex
A complex number. 
Return Value
Type: 
ComplexThe computed conjugate.
See Also