[]
        
(Showing Draft Content)

FarPoint.CalcEngine.MissingArgumentExpression

MissingArgumentExpression Class

Represents an expression with a missing argument constant value as the expression.

Inheritance
ConstantExpression
MissingArgumentExpression
Namespace: FarPoint.CalcEngine
Assembly: FarPoint.CalcEngine.dll
Syntax
public class MissingArgumentExpression : ConstantExpression
Public Class MissingArgumentExpression
    Inherits ConstantExpression

Constructors

Name Description
MissingArgumentExpression()

Creates a new expression with a missing argument constant value.

Properties

Name Description
MissingArgumentValue

Gets the missing argument value as a CalcMissingArgument object.

Value

Gets the missing argument value as an object.