NumFac gets/sets the _numFac data member
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public INumberFactory NumFac { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property NumFac As INumberFactory  | 
| Visual C++ | 
|---|
public: property INumberFactory^ NumFac { INumberFactory^ get (); void set (INumberFactory^ value); }  |