Terminal Symbols Topic Overview Purpose This topic explains a Grammar’s terminal symbols. Required background The following topics are prerequisites to understanding this topic: Topic Purpose Syntax Parsing Engine Overview This topic provides an overview of the Syntax Parsing Engine. Grammar Overview This topic pr...
TextDocument Overview Introduction The TextDocument class represents a single text file in the Infragistics Syntax Parsing Engine and is responsible for parsing text in accordance with the defined language’s grammar. This topic contains links to conceptual information and code snippets related to the TextDocument ...
TextDocumentSnapshot Overview Topic Overview Purpose This topic provides an overview of the TextDocumentSnapshot object’s properties and methods. In this topic This topic contains the following sections: Introduction TextDocumentSnapshot summary TextDocumentSnapshot Read-Only Properties Read-only Property List Tex...
TextDocumentSnapshotScanner Overview Topic Overview Purpose This topic provides an overview of the TextDocumentSnapshotScanner object’s properties and methods. In this topic This topic contains the following sections: Introduction TextDocumentSnapshotScanner summary TextDocumentSnapshotScanner Properties Property ...
Working With the Syntax Tree In This Group of Topics Introduction The topics in this group explain in detail how to work with the Syntax Tree. Topics Topic Purpose Syntax Tree Overview This topic explains when the syntax tree is created and how to access it. Ignored Content This topic explains how to access the ig...
API Overview This section lists each namespace that is relevant to the Infragistics Math Library. We also give you several key classes that you will be using while programming with this engine. The namespaces and classes on this page link directly into our API documentation. Infragistics Math Library Namespace: In...
Complex Numbers The Infragistics Math Library™ provides functionality for working with Complex Number. Types of Complex Numbers Operations The operations supported by complex numbers fall into the following basic categories: Creating the Imaginary Unit Creating Complex Numbers Creating Complex Numbers Using Proper...
Creating Matrices Introduction The Infragistics Math Library™ offers several approaches to creating matrices. Though this topic demonstrates how to create only Matrix instances, the approaches shown apply to all matrix types – Matrix, BooleanMatrix, and ComplexMatrix. This is because the matrices and vectors class...
Creating Vectors Introduction The Infragistics Math Library™ provides several approaches for creating vectors. Though this topic demonstrates how to create only Vector instances, the approaches shown apply to all vector types – Vector, BooleanVector, and ComplexVector. This is because the matrices and vectors clas...
Infragistics Math Library The Infragistics Math Library™ is a library of mathematical and statistical structures and functions that you can use with all Infragistics products. It extends the operations in the System.Math class to several new mathematical objects: Complex Numbers Mathematical constants Vectors Comp...