AnswerType Enumeration

Answer type (used when calculating the root using the Moivre formula).

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public enum AnswerType

Members

All0 Show all answers.
Real1 Show only real answers.
Imaginary2 Show only imaginary answers.
Single3 Show single answer (the first valid one, or, if there is no valid one, the first one in the row).
Standart4 Standard (show the first answer from the list).

See Also