Table of Contents

Enum SolvingResultStatus

Namespace
Hi.Geom.Solvers
Assembly
HiGeom.dll

Enumeration of possible statuses for solving results.

public enum SolvingResultStatus
Extension Methods

Fields

Iterating = 4

Currently in the process of iterating.

NotCal = 0

Not calculated yet.

OverIteration = 3

Exceeded maximum number of iterations.

Singular = 2

Singular condition encountered during solving.

Solved = 1

Successfully solved.