BaseEntryType Enumeration

Type of the BaseEntry.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public enum BaseEntryType

Members

Undefined0 Type is undefined.
Double1 Entry in a type of Double.
Fraction2 Entry in a type of Fraction.
Complex3 Entry in a type of Complex number.
Infinity4 Entry in a type of Infinity.
Matrix5 Entry in a type of Matrix.
System6 Entry in a type of System.

See Also