Expression.Merge(Term[], Term[], Int32) Method
Merging second expression into the first one in the specified position.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static Term[] Merge(
Term[] source,
Term[] insert,
int position
)
Public Shared Function Merge (
source As Term(),
insert As Term(),
position As Integer
) As Term()
public:
static array<Term^>^ Merge(
array<Term^>^ source,
array<Term^>^ insert,
int position
)
static member Merge :
source : Term[] *
insert : Term[] *
position : int -> Term[]
- source Term[]
-
Target expression array to insert the second one in.
- insert Term[]
-
Expression array to merge.
- position Int32
-
Index of the element where second expression will be merged to
the target.
Term[]
Result of merging expressions.