ALTASolverDistribution Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass| | {{Template:APIClass|Global_ALTA Class|Global_ALTA}} | ||
Distributions available in ALTA | |||
== | == 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