IComplexOperations<T>.Conjugate Method

Returns the conjugate of a complex value.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
T Conjugate(
	T operand
)

Parameters

operand  T
A value.

Return Value

T
The conjugate of operand.

See Also