Gets or sets a value indicating whether circumflex symbols (^) are interpreted as raising to power, rather than exclusive-OR. Raising to power also has different priority than XOR.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
Copy Code
|
|---|
public bool InterpretCircumflexAsPower { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property InterpretCircumflexAsPower As Boolean |
A boolean value. The default is false.
See Also