WeibullDataSet.AddFailureInterval: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|WeibullDataSet Class|WeibullDataSet}} == Declaration == {{APIPrefix|Sub}} {{APIName|AddFailureInterval(}} {{APIPrefix|ByVal}} {{APIName|Value}} {{APIPrefix|A…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
{{APIName|EndValue}} | {{APIName|EndValue}} | ||
{{APIPrefix|As Double}} | {{APIPrefix|As Double}} | ||
{{APIName|,}} | |||
{{APIPrefix|ByVal}} | |||
{{APIName|NumberInGroup}} | |||
{{APIPrefix|AsLong}} | |||
{{APIName|)}} | {{APIName|)}} | ||
{{APIComment|Adds a | {{APIComment|Adds a Failure interval data point to the collection of data points in the data set.}} |
Revision as of 17:39, 3 September 2013
Declaration
Sub AddFailureInterval( ByVal Value As Double , ByVal EndValue As Double , ByVal NumberInGroup AsLong )
Adds a Failure interval data point to the collection of data points in the data set.