Class monom
A single term of the polynom
Inheritance
System.Object
monom
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class monom
Fields
| Improve this Doc View Sourceexp
the exponent for each variable, e.g. {0,2,1} means "y²*z"
Declaration
public int[] exp
Field Value
| Type | Description |
|---|---|
| System.Int32[] |
index
index into the coefficient array c of the polynom
Declaration
public int index
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Properties
| Improve this Doc View SourceCoefficient
Declaration
public double Coefficient { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |