WeibullDataSet Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:


Parameters
Parameters
:''Name'': The [[WeibullDataSet.DatasetName|name]] of the new data set, which can be shown in plots.
:''Name'': The name of the new data set, which can be shown in plots.

Revision as of 22:45, 23 May 2014


Initialize a new instance of the WeibullDataSet class.

Syntax

  • WeibullDataSet() Creates a new WeibullDataSet object with an empty data set name.
  • WeibullDataSet( Name As String) Creates a new WeibullDataSet object with the user-specified data set name.

Parameters

Name: The name of the new data set, which can be shown in plots.