Name | Description | |
---|---|---|
DeepClone | Creates an exact replica of this expression | |
FromObject | Creates or gets the expressoin from an object. You can pass the following object types to this method:
1. NExpression - returns the NExpression itself. 2. string - returns a NFormulaFx the formala of which is the specified string. 3. null - returns null. 4. Any other object - throws an exception. |