Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlTerm Constructor (value)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermPlTerm(Int32)
Creates a term-references holding a Prolog integer representing value.
Declaration Syntax
C#Visual BasicVisual C++F#
public PlTerm(
	int value
)
Public Sub New ( 
	value As Integer
)
public:
PlTerm(
	int value
)
new : 
        value : int -> PlTerm
Parameters
value (Int32)
a integer value

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)