Charting for WinForms Programmer's Guide
CompileOptions.InterpretCircumflexAsPower Property
See Also
 






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

 Syntax

C#  Copy Code

public bool InterpretCircumflexAsPower { get; set; }

Visual Basic  Copy Code

Public Property InterpretCircumflexAsPower As Boolean

 Property Value

A boolean value. The default is false.

 See Also

CompileOptions Members
CompileOptions Class
MindFusion.Scripting Namespace