Click or drag to resize

ComplexMathMax(Complex, Complex) Method

Given two complex types, return the one with the maximum norm.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Complex Max(
	Complex v1,
	Complex v2
)

Parameters

v1  Complex
The first complex number.
v2  Complex
The second complex number.

Return Value

Complex
The complex number with the greater norm.
See Also