
org.hisrc.jsonix.Jsonix.Util.NumberUtils.js Maven / Gradle / Ivy
The newest version!
Jsonix.Util.NumberUtils = {
isInteger : function(value) {
return Jsonix.Util.Type.isNumber(value) && ((value % 1) === 0);
}
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy