This interface can be implemented to create numbers of any object type. By implementing this interface and calling the setNumberFactory() method of the JEP class, the constants in an expression will be created with that class.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public interface INumberFactory : IJepComponent
Visual Basic (Declaration)
Public Interface INumberFactory _
	Implements IJepComponent
Visual C++
public interface class INumberFactory : IJepComponent

See Also