Enum EvaluateOptions
Provides enumerated values to use to set evaluation options.
Namespace: Unity.VisualScripting.Dependencies.NCalc
Assembly: solution.dll
Syntax
public enum EvaluateOptions
Fields
| Name | Description |
|---|---|
| IgnoreCase | Specifies case-insensitive matching. |
| IterateParameters | Treats parameters as arrays and result a set of results. |
| NoCache | No-cache mode. Ingores any pre-compiled expression in the cache. |
| None | Specifies that no options are set. |
| RoundAwayFromZero | When using Round(), if a number is halfway between two others, it is rounded toward the nearest number that is away from zero. |