Mathematics

MCParser Members

Public Static (Shared) Methods

Ffe A quick and dirty Ffe -- fast formula evaluator.

Public Instance Constructors

MCParser Constructor Empty...

Public Instance Properties

ErrorMessage The error message as a string.
ParserError Has an error occured?
PreSetFormula Sets a formula: y=f(x).

Used together with CalculatePreSetFormula.
R1C1ReferenceStyle true => R1C1
false => A1

The A1 reference style
Cell names in formulas are typed in with the column followed by the row. By default, MCParser uses the A1 reference style, which refers to columns with letters (A through gais todo, for a total of 256 columns) and refers to rows with numbers (1 through 65536). These letters and numbers are called row and column headings. To refer to a cell, enter the column letter followed by the row number. For example, B2 refers to the cell at the intersection of column B and row 2.

The R1C1 reference style
You can also use a reference style where both the rows and the columns on the worksheet are numbered. The R1C1 reference style is useful for computing row and column positions in macros. In the R1C1 style, MCParser indicates the location of a cell with an "R" followed by a row number and a "C" followed by a column number.

Public Instance Methods

CalculateFormula Calculates a formula.
CalculateMLab GAIS... To be used by MLAB...
CalculatePreSetFormula Calculates the formula previosly set by PreSetFormula.
CalculateSheetCellOverloaded. Calculates a sheet cell.
Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetCellFormula Returns the formula in a cell.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

See Also

MCParser Class | Laj.Mathematics Namespace