Expression.Merge(Term[], Term[], Int32) Method

Merging second expression into the first one in the specified position.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static Term[] Merge(
	Term[] source,
	Term[] insert,
	int position
)

Parameters

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.

Return Value

Term[]
Result of merging expressions.

See Also