IComplexOperations<T>.Conjugate Method

Returns the conjugate of a complex value.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Conjugate(
	T operand
)

Parameters

operand  T
A value.

Return Value

T
The conjugate of operand.

See Also