Skip to content

d816e797 f52d d57d 8220 6e25c8f50826

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

NotationVisitor Methods

The NotationVisitor 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 ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Unit Visits a UnitExpression.
Public method Variable Visits a VariableExpression.
Public method Visit Visits the specified expression.
  Back to Top

See Also

Reference

NotationVisitor Class
Sundew.Quantities.Engine.Representations.Hierarchical.Visitors Namespace

Clone this wiki locally