ALTASolverLSR Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}
{{APIName|ALTASolverLSR}}
{{APIName|ALTASolverLSR}}
:{{APIName|Exponential }} = {{APIName|0}}
:{{APIName|Arrhenius }} = {{APIName|1}}
:{{APIName|Power}} = {{APIName|2}}
{{APIPrefix|End Enum}}


{{APIComment|Life-stress relationships. Exponential--> None X}}={{APIComment|V. Arrhenius-->  Reciprocal X}}={{APIComment|1/V Logarithmic-->  X}}={{APIComment|log(V)}}
{{APIComment|Life-stress relationships. Exponential--> None X}}={{APIComment|V. Arrhenius-->  Reciprocal X}}={{APIComment|1/V Logarithmic-->  X}}={{APIComment|log(V)}}
{{Template:ALTASolverLSR}}

Revision as of 22:10, 12 September 2013



Declaration

Public Enum ALTASolverLSR

Life-stress relationships. Exponential--> None X = V. Arrhenius--> Reciprocal X = 1/V Logarithmic--> X = log(V)

  ALTASolverLSR Enum
  Exponential = 0
  Arrhenius = 1
  Power  = 2