ComplexNumberMagnitude Property
Gets or sets the magnitude (a.k.a. the modulus or absolute value) of this
ComplexNumber.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.138 -- Release Build+88ca978c0cce6d0d3e501e198adb13956063f519
public double Magnitude { get; set; }
Public Property Magnitude As Double
Get
Set
public:
property double Magnitude {
double get ();
void set (double value);
}
function get_Magnitude();
function set_Magnitude(value);
Property Value
Double