IComplexOperations<T, U>.Phase Method

Returns the argument or phase of a complex value.

Definition

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

Parameters

operand  T
A value.

Return Value

U
The absolute value of operand.

See Also