KDCalc Class Library

KDCalcEngine Constructor (String)

Initializes a new instance of the CalcEngine class with a .kdc file loaded.

public KDCalcEngine(
   string fileName
);

Parameters

fileName
The fileName of the .kdc to load.

Remarks

Use this constructor to create and initialize a new instance of the CalcEngine when the .kdc file is known before CalcEngine instantiation.

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | KDCalcEngine Constructor Overload List