IRealUncNumberInit(Double, Double, Double, InputId, String) Method

Initializes a Real Unc Number

Definition

Namespace: Metas.UncLib.Core.Unc.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
void Init(
	double value,
	double stdunc,
	double idof,
	InputId id,
	string desc
)

Parameters

value  Double
Value
stdunc  Double
Standard Uncertainty
idof  Double
Inverse of Dof (Degrees of Freedom)
id  InputId
Input Id
desc  String
Description

See Also