FreqPortSameFrequencyPoints(Double, Boolean) Method
Same frequency points
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public bool SameFrequencyPoints(
double[] freq,
bool exception = false
)
Public Function SameFrequencyPoints (
freq As Double(),
Optional exception As Boolean = false
) As Boolean
public:
virtual bool SameFrequencyPoints(
array<double>^ freq,
bool exception = false
) sealed
abstract SameFrequencyPoints :
freq : float[] *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
override SameFrequencyPoints :
freq : float[] *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
- freq Double
- Frequency / Hz
- exception Boolean (Optional)
- Throw exception if not same
BooleanIFreqPortSameFrequencyPoints(Double, Boolean)