OnWaferGoldCompute_x_start_x_stopT(Double, T, T, Double, Double) Method
Compute X Start and X Stop
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.9.9435.16925
public static void Compute_x_start_x_stop<T>(
double f,
T sigma_bulk,
T rq,
out double x_start,
out double x_stop
)
where T : new(), Object, IRealNumber<T>
Public Shared Sub Compute_x_start_x_stop(Of T As {New, Object, IRealNumber(Of T)}) (
f As Double,
sigma_bulk As T,
rq As T,
<OutAttribute> ByRef x_start As Double,
<OutAttribute> ByRef x_stop As Double
)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static void Compute_x_start_x_stop(
double f,
T sigma_bulk,
T rq,
[OutAttribute] double% x_start,
[OutAttribute] double% x_stop
)
static member Compute_x_start_x_stop :
f : float *
sigma_bulk : 'T *
rq : 'T *
x_start : float byref *
x_stop : float byref -> unit when 'T : new() and Object and IRealNumber<'T>
- f Double
- Frequency / Hz
- sigma_bulk T
- Electrical Conductivity / (S/m)
- rq T
- Surface Roughness / m
- x_start Double
- X Start / m
- x_stop Double
- X Stop / m
- T
- Real Number Type