Skip to content

3072e25f 0ae9 3d98 d90d 238ac4311ac4

Kim Hugener-Ohlsen edited this page Apr 30, 2016 · 1 revision

ExpressionRewriter Methods

The ExpressionRewriter type exposes the following members.

Methods

 

Name Description
Public method Constant Visits a ConstantExpression.
Public method Divide Visits a DivisionExpression.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Magnitude Visits a MagnitudeExpression.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Multiply Visits a MultiplicationExpression.
Public method Parenthesis Visits a ParenthesisExpression.
Public method Rewrite Rewrites the specified expression.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Unit Units the specified unit expression.
Public method Variable Visits a VariableExpression.
Public method Visit Visits the specified expression.
  Back to Top

See Also

Reference

ExpressionRewriter Class
Sundew.Quantities.Engine.Representations.Evaluation Namespace

Clone this wiki locally