libsbmlcs.ASTNode.isInteger C# (CSharp) Method

isInteger() public method

public isInteger ( ) : bool
return bool
        public new bool isInteger()
        {
            bool ret = libsbmlPINVOKE.ASTNode_isInteger(swigCPtr);
            return ret;
        }