[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.IExpressionSyntax.RegisterConstant

RegisterConstant Method

RegisterConstant(string, object)

Registers a constant that can be evaluated by expression engine.

Declaration
void RegisterConstant(string key, object value)
Sub RegisterConstant(key As String, value As Object)
Parameters
Type Name Description
string key

Constant key.

object value

Constant value.