ComplexNumberMagnitude Property

Gets or sets the magnitude (a.k.a. the modulus or absolute value) of this ComplexNumber.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.138 -- Release Build+88ca978c0cce6d0d3e501e198adb13956063f519
public double Magnitude { get; set; }

Property Value

Double

See Also