Spread ASP.NET 6.0 Product Documentation
FarPoint.CalcEngine Namespace
See Also  Inheritance Hierarchy Send Feedback
FarPoint.CalcEngine Assembly : FarPoint.CalcEngine Namespace

Glossary Item Box

Provides the base classes and structures for the functionality for calculations, formulas, functions, operators, and expressions.

Classes

 ClassDescription
ClassArrayExpression Represents an expression with an array of constant values as the expression.
ClassBinaryOperatorExpression Represents an expression with a binary operator applied to a pair of operands as the expression.
ClassBinaryOperatorInfo Represents the abstract base class for defining binary operators.
ClassBooleanExpression Represents an expression type with a boolean constant value as the expression.
ClassCalcArray Represents an array of constants during the evaluation of a formula.
ClassCalcConvert Represents the converting of a value to a specified data type.
ClassCalcError Represents calculation errors.
ClassCalcMissingArgument Represents a missing argument during the evaluation of a formula.
ClassCalcReference Represents a cell or range reference during the evaluation of a formula.
ClassCellExpression Represents an expression with a cell reference as the expression.
ClassDoubleExpression Represents an expression with a double constant value as the expression.
ClassErrorExpression Represents an expression with an error constant value as the expression.
ClassExpression Represents the abstract class from which all expression types derive.
ClassExternalCellExpression Represents an expression with an external cell reference as the expression.
ClassExternalRangeExpression Represents an expression with an external range reference as the expression.
ClassExternalReferenceExpression Represents the abstract class from which all external reference expression types derive.
ClassFunctionExpression Represents an expression with a function applied to a list of parameters as the expression.
ClassFunctionInfo Represents an abstract base class for defining functions.
ClassIntersectOperatorInfo Represents the intersect operator.
ClassMissingArgumentExpression Represents an expression with a missing argument constant value as the expression.
ClassNameExpression Represents an expression with a named variable as the expression.
ClassOperatorInfo Represents the abstract base class for defining operators.
ClassParenthesesExpression Represents an expression type for parentheses surrounding a specified expression.
ClassRangeExpression Represents an expression with a range reference as the expression.
ClassReferenceExpression Represents the abstract class from which all reference expression types derive.
ClassUnaryOperatorExpression Represents an expression with a unary operator applied to a single operand as the expression.
ClassUnaryOperatorInfo Represents the abstract base class for defining unary operators.
ClassUnionOperatorInfo Represents the union operator.

Remarks

For more information about how to use formulas to perform calculations, refer to the Formula Reference.

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.