• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
    • RDF quality heuristics
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

12.4.3.1 Testing the type of a term
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Foreign Language Interface
        • The Foreign Include File
          • Analysing Terms via the Foreign Interface
            • Testing the type of a term
              • PL_term_type()
              • PL_is_variable()
              • PL_is_ground()
              • PL_is_atom()
              • PL_is_string()
              • PL_is_integer()
              • PL_is_rational()
              • PL_is_float()
              • PL_is_callable()
              • PL_is_compound()
              • PL_is_functor()
              • PL_is_list()
              • PL_is_pair()
              • PL_is_dict()
              • PL_is_atomic()
              • PL_is_number()
              • PL_is_acyclic()
    • Packages
Availability:C-language interface function
int PL_is_integer(term_t)
Returns non-zero if term is an integer.
ClioPatria (version V3.1.1-40-g9d9e003)