libsbmlcs.ASTNode.isInteger C# (CSharp) Méthode

isInteger() public méthode

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