WaveguideComputeEffectiveWidthT Method
Computes Effective Width
Namespace: Metas.Vna.Database.CalibrationStandardsAssembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
public static T ComputeEffectiveWidth<T>(
T w,
T h,
T r
)
where T : new(), Object, IRealNumber<T>
Public Shared Function ComputeEffectiveWidth(Of T As {New, Object, IRealNumber(Of T)}) (
w As T,
h As T,
r As T
) As T
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static T ComputeEffectiveWidth(
T w,
T h,
T r
)
static member ComputeEffectiveWidth :
w : 'T *
h : 'T *
r : 'T -> 'T when 'T : new() and Object and IRealNumber<'T>
- w T
- Width / m
- h T
- Height / m
- r T
- Radius / m
- T
- Real Number Type
T