complexModulus property
Number
get
complexModulus
The complex modulus is the absolute value of this Imaginary number.
Implementation
Number get complexModulus => value.abs();
The complex modulus is the absolute value of this Imaginary number.
Number get complexModulus => value.abs();