CmcToolsRemoveCmcUncertaintiesT Method
Remove CMC Uncertainties
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
public static SParamData<T> RemoveCmcUncertainties<T>(
SParamData<T> a
)
where T : new(), Object, IRealNumber<T>
Public Shared Function RemoveCmcUncertainties(Of T As {New, Object, IRealNumber(Of T)}) (
a As SParamData(Of T)
) As SParamData(Of T)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static SParamData<T>^ RemoveCmcUncertainties(
SParamData<T>^ a
)
static member RemoveCmcUncertainties :
a : SParamData<'T> -> SParamData<'T> when 'T : new() and Object and IRealNumber<'T>
- a SParamDataT
- S-Parameter Data including CMC Uncertainties
- T
- Real Number Type
SParamDataTS-Parameter Data without CMC Uncertainties