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

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