Click or drag to resize

ComplexMagnitude Property

The magnitude of the complex number, aka (Re^2 + Im^2)^0.5

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public double Magnitude { get; }

Property Value

Double
The magnitude of the complex number, aka (Re^2 + Im^2)^0.5

Return Value

Double
The magnitude of the complex number, aka (Re^2 + Im^2)^0.5
See Also