Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
IsGround Property
SwiPlCs interface ► SbsSW.SwiPlCs ► PlTerm ► IsGround
Return true if PlTerm is a ground term. See also ground/1. This function is cycle-safe.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool IsGround { get; }
Public ReadOnly Property IsGround As Boolean Get
public: property bool IsGround { bool get (); }
member IsGround : bool with get
Property Value
See Also
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)