menu
music_analysis package
documentation
data/complex.dart
Complex
magnitude property
magnitude property
dark_mode
light_mode
magnitude
property
double
get
magnitude
Implementation
double get magnitude => math.sqrt(real * real + imag * imag);
music_analysis package
documentation
data/complex
Complex
magnitude property
Complex class