Enumerations | |
| enum | AztecOO_StatusType { Unchecked = 2, Unconverged = 1, Converged = 0, Failed = -1, NaN = -2, PartialFailed = -3 } |
| enum AztecOO_StatusType |
When the CheckStatus and GetStatus methods of AztecOO_StatusTest objects are called a variable of type AztecOO_StatusType is returned.
1.4.7