IZParamDataTItem(Int32, Int32) Property
Get or set one Z-Parameter for all frequency points
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
Complex<T>[] this[
int i1,
int i2
] { get; set; }
Default Property Item (
i1 As Integer,
i2 As Integer
) As Complex(Of T)()
Get
Set
property array<Complex<T>>^ default[int i1, int i2] {
array<Complex<T>>^ get (int i1, int i2);
void set (int i1, int i2, array<Complex<T>>^ value);
}
abstract Item : Complex<'T>[] with get, set
- i1 Int32
- Receiver index
- i2 Int32
- Source index
ComplexT