WeibullDataSet Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
== Syntax (Declaration) ==
== Syntax (Declaration) ==
<div style="margin-right: 150px;">
<div style="margin-right: 150px;">
  {{APIComment|'Creates a WeibullDataSet object with a system-supplied data set name.}}
  {{APIComment|'{{Template:WeibullDataSet Constructors1.Cmt}}}}
   WeibullDataSet()
   WeibullDataSet()


  {{APIComment|'Creates a WeibullDataSet object with a specified data set name.}}
  {{APIComment|'{{Template:WeibullDataSet Constructors2.Cmt}}}}
   WeibullDataSet( Name{{APIPrefix|As String}})
   WeibullDataSet( Name{{APIPrefix|As String}})
</div>
</div>

Revision as of 16:51, 20 February 2014


Create a new WeibullDataSet object.

Syntax (Declaration)

 'Creates a new WeibullDataSet object with an empty data set name. 
 WeibullDataSet()
 'Creates a new WeibullDataSet object with the user-specified data set name. 
 WeibullDataSet( NameAs String)

Parameters

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