ComplexMathMax(Complex, Complex) Method |
Given two complex types, return the one with the maximum norm.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Complex Max(
Complex v1,
Complex v2
)
Parameters
- v1 Complex
- The first complex number.
- v2 Complex
- The second complex number.
Return Value
ComplexThe complex number with the greater norm.
See Also