CalToolsCreateCalibrationT Method
Create Calibration
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
public static ICalibration<T> CreateCalibration<T>(
CalType cal_type
)
where T : new(), Object, IRealNumber<T>
Public Shared Function CreateCalibration(Of T As {New, Object, IRealNumber(Of T)}) (
cal_type As CalType
) As ICalibration(Of T)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static ICalibration<T>^ CreateCalibration(
CalType cal_type
)
static member CreateCalibration :
cal_type : CalType -> ICalibration<'T> when 'T : new() and Object and IRealNumber<'T>
- cal_type CalType
- Calibration Type
- T
- Real Number Type
ICalibrationTCalibration