ComplexMathMax(Complex32, Complex32) 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 Complex32 Max(
Complex32 v1,
Complex32 v2
)
Parameters
- v1 Complex32
- The first complex number.
- v2 Complex32
- The second complex number.
Return Value
Complex32The complex number with the greater norm.
See Also