UncNumber(Double, Double, Double, InputId, String) Constructor

Creates a new Real Unc Number

Definition

Namespace: Metas.UncLib.LinProp
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
C#
public UncNumber(
	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