FreqPortZr<T>.SamePortZr(IFreqPortZr<T>, Boolean) Method
Same port impedances
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public bool SamePortZr(
IFreqPortZr<T> other,
bool exception = false
)
Public Function SamePortZr (
other As IFreqPortZr(Of T),
Optional exception As Boolean = false
) As Boolean
public:
virtual bool SamePortZr(
IFreqPortZr<T>^ other,
bool exception = false
) sealed
abstract SamePortZr :
other : IFreqPortZr<'T> *
?exception : bool
-> bool
override SamePortZr :
other : IFreqPortZr<'T> *
?exception : bool
-> bool
- other IFreqPortZr<T>
- Other
- exception Boolean (Optional)
- Throw exception if not same
BooleanIFreqPortZr<T>.SamePortZr(IFreqPortZr<T>, Boolean)