Class IntegerNumberFactory

java.lang.Object
com.singularsys.extensions.field.implementations.IntegerNumberFactory
All Implemented Interfaces:
JepComponent, NumberFactory, Serializable

public class IntegerNumberFactory extends Object implements NumberFactory
Where possible numbers are converted to Integer otherwise Double. The test ((int) val) == ((double) val) is used.
Author:
Richard Morris
See Also: