SParamDataTItem(Int32) Property
Get or set S-Parameter matrix for one frequency point
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public Complex<T>[][] this[
int i0
] { get; set; }
Public Default Property Item (
i0 As Integer
) As Complex(Of T)()()
Get
Set
public:
virtual property array<array<Complex<T>>^>^ default[int i0] {
array<array<Complex<T>>^>^ get (int i0) sealed;
void set (int i0, array<array<Complex<T>>^>^ value) sealed;
}
abstract Item : Complex<'T>[][] with get, set
override Item : Complex<'T>[][] with get, set
- i0 Int32
- Frequency index
ComplexTISParamDataTItemInt32