Show / Hide Table of Contents

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 Source

exp

the exponent for each variable, e.g. {0,2,1} means "y²*z"

Declaration
public int[] exp
Field Value
Type Description
System.Int32[]
| Improve this Doc View Source

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 Source

Coefficient

Declaration
public double Coefficient { get; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX