IComplexOperations<T, U>.Phase Method

Returns the argument or phase of a complex value.

Definition

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

Parameters

operand  T
A value.

Return Value

U
The absolute value of operand.

See Also