Returns the argument (or phase) of a complex number.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static float Arg( FloatComplex c ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Arg ( _ c As FloatComplex _ ) As Single |
| Visual C++ |
|---|
public: static float Arg( FloatComplex c ) |
Parameters
- c
- Type: CenterSpace.NMath.Core..::.FloatComplex
A complex number.