public class Expression
Public Class Expression
public ref class Expression
type Expression = class end
Expression | Initializes a new instance of the Expression class |
CheckDefinition | Checks if left part of the definition expression is specified correctly. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GeneratesDefinitionExpression | Recreates definition of the expression using specified name, variables and the answer. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IndexOf(Term[], Term[]) | Search of the elements in the math expression. |
IndexOf(Term[], Term[], Int32) | Search of the elements in the math expression. |
IndexOf(Term[], Term[], Int32, Int32) | Search of the elements in the math expression. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Merge(Term[], Term[], Int32) | Merging second expression into the first one in the specified position. |
Merge(Term[], Term[], Int32, Int32) | Merging second expression into the first one in the specified position. |
Split(Term[], Int32) | Splits expression on the array of arguments based on the parent element specified by index. |
Split(Term[], Int32, Int32) | Splits expression on the array of arguments based on the parent element specified by index. |
Split(Term[], Int32, Int32, Int32) | Splits expression on the array of arguments based on the parent element specified by index. |
SplitSingle(Term[], Int32, Int32) | Returns the specified argument of expression based on the parent element specified by index. |
SplitSingle(Term[], Int32, Int32, Int32, Int32) | Splits mathemetical expression into parts according to the given arguments. |
ToString | Returns a string that represents the current object. (Inherited from Object) |