FreqPortSameNumberOfPorts(IFreqPort, Boolean) Method
Same number of ports
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public bool SameNumberOfPorts(
IFreqPort other,
bool exception = false
)
Public Function SameNumberOfPorts (
other As IFreqPort,
Optional exception As Boolean = false
) As Boolean
public:
virtual bool SameNumberOfPorts(
IFreqPort^ other,
bool exception = false
) sealed
abstract SameNumberOfPorts :
other : IFreqPort *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
override SameNumberOfPorts :
other : IFreqPort *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
- other IFreqPort
- Other
- exception Boolean (Optional)
- Throw exception if not same
BooleanIFreqPortSameNumberOfPorts(IFreqPort, Boolean)