Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlTermV Constructor
SwiPlCs interface ► SbsSW.SwiPlCs ► PlTermV ► PlTermV()()()()
Create a PlTermV vector from the given PlTerm parameters
Assembly: SwiPlCs (Module: SwiPlCs) Version: 1.1.60301.0 (1.1.60301.0)
Create a new vector with PlTerm as elements
It can be created with size elements
or
automatically for 1, 2 or 3 plTerms
Members
Icon | Member | Description |
---|---|---|
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. |