Click or drag to resize

ComplexMathMax(Complex32, Complex32) 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 Complex32 Max(
	Complex32 v1,
	Complex32 v2
)

Parameters

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

Return Value

Complex32
The complex number with the greater norm.
See Also