Expression.Merge(Term[], Term[], Int32, 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,
	int globalrev
)

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.
globalrev  Int32
Number of elements to remove in place of the subexpression.

Return Value

Term[]
Result of merging expressions.

See Also