Complex32GetHashCode Method |
The hash code for the complex number.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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