Impedance |
public ImpedanceSpectrum( ICollection<double> frequencies, ICollection<double> zReal, ICollection<double> zImag )
| Exception | Condition |
|---|---|
| ArgumentNullException | If one of the parameters is null. |
| ArgumentException | If the lists have different lengths or if one of the lists is empty. |