AnritsuCalStdToolsNormT Method
            Norm
            
Namespace: Metas.Vna.AgilentModelAssembly: Metas.Vna.AgilentModel (in Metas.Vna.AgilentModel.dll) Version: 2.9.9438.25107
public static AnritsuCalStdDef<T> Norm<T>(
	AnritsuCalStdDef<T> d
)
where T : new(), Object, IRealNumber<T>
Public Shared Function Norm(Of T As {New, Object, IRealNumber(Of T)}) ( 
	d As AnritsuCalStdDef(Of T)
) As AnritsuCalStdDef(Of T)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static AnritsuCalStdDef<T> Norm(
	AnritsuCalStdDef<T> d
)
static member Norm : 
        d : AnritsuCalStdDef<'T> -> AnritsuCalStdDef<'T>  when 'T : new() and Object and IRealNumber<'T>
- d  AnritsuCalStdDefT
 - Anritsu Calibration Standard Definition
 
- T
 - Real Number Type
 
AnritsuCalStdDefT