FreqPortSameFrequencyPoints(IFreqPort, 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(
IFreqPort other,
bool exception = false
)
Public Function SameFrequencyPoints (
other As IFreqPort,
Optional exception As Boolean = false
) As Boolean
public:
virtual bool SameFrequencyPoints(
IFreqPort^ other,
bool exception = false
) sealed
abstract SameFrequencyPoints :
other : IFreqPort *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
override SameFrequencyPoints :
other : IFreqPort *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
- other IFreqPort
- Other
- exception Boolean (Optional)
- Throw exception if not same
BooleanIFreqPortSameFrequencyPoints(IFreqPort, Boolean)