WeibullDataSet.AddFailureInterval: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|WeibullDataSet Class|WeibullDataSet}} == Declaration == {{APIPrefix|Sub}} {{APIName|AddFailureInterval(}} {{APIPrefix|ByVal}} {{APIName|Value}} {{APIPrefix|A…')
 
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 failure interval data point to the collection of data points in the data set.}}
{{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.