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
C# Copy Code |
---|
public bool InterpretCircumflexAsPower { get; set; } |
Visual Basic Copy Code |
---|
Public Property InterpretCircumflexAsPower As Boolean |
A boolean value. The default is false.