ALTASolverDistribution Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|GlobalStuff ALTA Class|GlobalStuff ALTA}}
{{Template:APIClass|Global_ALTA Class|Global_ALTA}}
 
Distributions available in ALTA
== Declaration  ==
== Syntax==
 
{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}
{{APIName|ALTASolverDistribution}}
{{APIName|ALTASolverDistribution}}
Line 8: Line 7:
:{{APIName|Exponential }} = {{APIName|RSMath8.CALTACommon.ALTADistribution.Exponential}}
:{{APIName|Exponential }} = {{APIName|RSMath8.CALTACommon.ALTADistribution.Exponential}}
:{{APIName|Lognormal }}= {{APIName|RSMath8.CALTACommon.ALTADistribution.Lognormal}}
:{{APIName|Lognormal }}= {{APIName|RSMath8.CALTACommon.ALTADistribution.Lognormal}}
{{APIPrefix|End Enum}}
{{APIPrefix|End Enum}}<br>
 
{{APIComment|Available ALTA solver distributions}}
{{APIComment|Available ALTA solver distributions}}

Revision as of 21:28, 20 September 2013


Distributions available in ALTA

Syntax

Public Enum ALTASolverDistribution

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

End Enum
Available ALTA solver distributions