Create a PlTermV from the given PlTerm[] array.

C# | Visual Basic | Visual C++ | F# |
public PlTermV( PlTerm[] terms )
Public Sub New ( terms As PlTerm() )
public: PlTermV( array<PlTerm>^ terms )
new : terms : PlTerm[] -> PlTermV

Use of Initializing an Array in CSharp
![]() | |
---|---|
PlTermV v = new PlTermV(new PlTerm[] {t1, t2, t3, t4}); |
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)