Click or drag to resize

Complex32GetHashCode Method

The hash code for the complex number.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override int GetHashCode()

Return Value

Int32
The hash code of the complex number.
Remarks
The hash code is calculated as System.Math.Exp(ComplexMath.Absolute(complexNumber)).
See Also