Goblin - A Platform for 3D AR and VR Applications

UnaryExpr.OperatorFromString Method 

A helper method that returns the UnaryOperator from string input. Note: Plus and negation have a 'u' appended to differentiate them from add and subtract.

public static UnaryOperator OperatorFromString(
   string txt
);

Parameters

txt

Return Value

The resulting UnaryOperator.

See Also

UnaryExpr Class | DDW.CSharp.Dom Namespace