PlTermV Constructor

SWI-Prolog SbsSW.SwiPlCs

Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog PlTermV Constructor
SwiPlCs interfaceSbsSW.SwiPlCsPlTermVPlTermV()()()()
Create a PlTermV vector from the given PlTerm parameters

Create a new vector with PlTerm as elements

It can be created with size elements

or

automatically for 1, 2 or 3 plTerms

Members
IconMemberDescription
PlTermV(Int32)
Create a vector of PlTerms with size elements

PlTermV(PlTerm)
Create a PlTermV from the given PlTerms.

PlTermV(PlTerm, PlTerm)
Create a PlTermV from the given PlTerms.

PlTermV(PlTerm, PlTerm, PlTerm)
Create a PlTermV from the given PlTerms.

PlTermV(array<PlTerm>[]()[][])
Create a PlTermV from the given PlTerm[] array.

Assembly: SwiPlCs (Module: SwiPlCs) Version: 1.1.60301.0 (1.1.60301.0)