ALTASolverDistribution Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|GlobalStuff ALTA Class|GlobalStuff ALTA}} == Declaration == {{APIPrefix|Public Enum}} {{APIName|ALTASolverDistribution}} :{{APIName|Weibull }} = {{APIName|…')
 
No edit summary
Line 10: Line 10:
{{APIPrefix|End Enum}}
{{APIPrefix|End Enum}}


{{APIComment|Available ALTA solver models}}
{{APIComment|Available ALTA solver distributions}}

Revision as of 23:03, 9 September 2013



Declaration

Public Enum ALTASolverDistribution

Weibull = RSMath8.CALTACommon.ALTADistribution.Weibull
Exponential = RSMath8.CALTACommon.ALTADistribution.Exponential
Lognormal = RSMath8.CALTACommon.ALTADistribution.Lognormal

End Enum

Available ALTA solver distributions