MsSpliceDirection

Description

The MsSpliceDirection enumeration contains series splice directions.

It is used by the following properties and methods:

Suppose there is the Y=[Yt1,Yt2,Yt3,Yt4,Yt5] series and the X=[Xt2,Xt3,Xt4] series. After their splice, the Z series is obtained.

Description

Value Brief description
0 Both. Both sides. Adding is executed from both sides for the X series. Output series Z=[Yt1,Xt2,Xt3,Xt4,Yt5].
1 Backward. Backward. Adding is executed in the beginning of the X series. Output series Z=[Yt1,Xt2,Xt3,Xt4].
2 Forward. Forward. Adding is executed in the end of the X series. Output series Z=[Xt2,Xt3,Xt4,Yt5].

See also:

Ms Assembly Enumerations