UncHelperGetStdUncT(T, UInt16) Method

Get Standard Uncertainty (works only with LinProp at the Moment)

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public static double GetStdUnc<T>(
	T d,
	ushort[] influences
)
where T : new(), Object, IRealNumber<T>

Parameters

d  T
Unc Object
influences  UInt16
Influences

Type Parameters

T
Real Number Type

Return Value

Double
Standard Uncertainty

See Also