Enumeration EvaluateOptions

Provides enumerated values to use to set evaluation options.

Index

Enumeration members

IgnoreCase

IgnoreCase: = 2

Specifies case-insensitive matching.

IterateParameters

IterateParameters: = 8

Treats parameters as arrays and result a set of results.

NoCache

NoCache: = 4

No-cache mode. Ingores any pre-compiled expression in the cache.

None

None: = 1

Specifies that no options are set.

RoundAwayFromZero

RoundAwayFromZero: = 16

When using Round(), if a number is halfway between two others, it is rounded toward the nearest number that is away from zero.

Generated using TypeDoc