WeibullDataSet Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|WeibullDataSet Class|WeibullDataSet}}
{{Template:APIClass|WeibullDataSet Class|WeibullDataSet}}
Create a new WeibullDataSet object.
Constructors for the [[WeibullDataSet_Class|WeibullDataSet]] class.


== Syntax ==
== Syntax ==
*WeibullDataSet()
*WeibullDataSet()                                                 {{APIComment|{{Template:WeibullDataSet_Constructors1.Cmt}}}}
*WeibullDataSet( Name {{APIPrefix|As String}})
*WeibullDataSet( Name {{APIPrefix|As String}})                   {{APIComment|{{Template:WeibullDataSet_Constructors2.Cmt}}}}
*WeibullDataSet( Model {{APIPrefix|As [[cModel_Class|cModel]]}})  {{APIComment|{{Template:WeibullDataSet_Constructors3.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.
:''Model'': The [[cModel_Class|cModel]] object that will be used to create an example data set.

Revision as of 17:24, 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.
  • WeibullDataSet( Model As cModel) Template:WeibullDataSet Constructors3.Cmt

Parameters

Name: The name of the new data set, which can be shown in plots.
Model: The cModel object that will be used to create an example data set.