Click or drag to resize

Complex32MagnitudeSquared Property

Gets the squared magnitude (or squared absolute value) of a complex number.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public float MagnitudeSquared { get; }

Return Value

Single
The squared magnitude of the current instance.
See Also