Visual Basic (Declaration) | |
---|---|
Public MustOverride Function CheckSyntax( _ ByVal expression As String _ ) As MathFunctionSyntaxResult |
C# | |
---|---|
public abstract MathFunctionSyntaxResult CheckSyntax( string expression ) |
C++/CLI | |
---|---|
public: abstract MathFunctionSyntaxResult^ CheckSyntax( String^ expression ) |
Parameters
- expression
- The math expression whose syntax is to be checked.
Return Value
The MathFunctionSyntaxResult object containing the result of the syntax check.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)