WeibullDataSet Constructors: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
*WeibullDataSet() {{APIComment|{{Template:WeibullDataSet_Constructors1.Cmt}}}} | *WeibullDataSet() {{APIComment|{{Template:WeibullDataSet_Constructors1.Cmt}}}} | ||
*WeibullDataSet( Name {{APIPrefix|As String}}) {{APIComment|{{Template:WeibullDataSet_Constructors2.Cmt}}}} | *WeibullDataSet( Name {{APIPrefix|As String}}) {{APIComment|{{Template:WeibullDataSet_Constructors2.Cmt}}}} | ||
Parameters | Parameters | ||
:''Name'': The [[WeibullDataSet.DatasetName|name]] of the new data set, which can be shown in plots. | :''Name'': The [[WeibullDataSet.DatasetName|name]] of the new data set, which can be shown in plots. | ||
Revision as of 23:07, 20 February 2014
Constructors for 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.