NoiseParamToolsSubsetIndicesT Method
Subset from N-Port
Namespace: Metas.Vna.Data.NoiseParametersAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
public static Complex<T>[][] SubsetIndices<T>(
Complex<T>[][] a,
int[] port_indices
)
where T : new(), Object, IRealNumber<T>
Public Shared Function SubsetIndices(Of T As {New, Object, IRealNumber(Of T)}) (
a As Complex(Of T)()(),
port_indices As Integer()
) As Complex(Of T)()()
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<array<Complex<T>>^>^ SubsetIndices(
array<array<Complex<T>>^>^ a,
array<int>^ port_indices
)
static member SubsetIndices :
a : Complex<'T>[][] *
port_indices : int[] -> Complex<'T>[][] when 'T : new() and Object and IRealNumber<'T>
- a ComplexT
- N-Port Data
- port_indices Int32
- Subset Port Indices
- T
- Real Number Type
ComplexTSubset Data