UncNumber(Double, Double, Double, InputId, String) Constructor
Creates a new Real Unc Number
Namespace: Metas.UncLib.LinPropAssembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
public UncNumber(
double value,
double stdunc,
double idof,
InputId id,
string desc
)
Public Sub New (
value As Double,
stdunc As Double,
idof As Double,
id As InputId,
desc As String
)
public:
UncNumber(
double value,
double stdunc,
double idof,
InputId id,
String^ desc
)
new :
value : float *
stdunc : float *
idof : float *
id : InputId *
desc : string -> UncNumber
Parameters
- value Double
- Value
- stdunc Double
- Standard Uncertainty
- idof Double
- Inverse of Dof (Degrees of Freedom)
- id InputId
- Input Id
- desc String
- Description