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.2.419.0 (24.2.419.0)
Syntax public 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