sequences 相关的搜索结果 共有4个

Intersection of sequences

Description: Generate a new sequence composed of common members of two sequences. Syntax: A^B Note: The operation generasequences,common members,composed of

Concatenation of sequences

Description: Concatenate two sequences to generate a new sequence. Syntax: A|B A|x x|A Note: The operation oncatenates tsequences,concatenate

Difference between sequences

Description: Generate a new sequence by subtracting members of another sequence from a sequence. Syntax: A\B A\x Note: Tsequences,subtract,new sequence

Union of sequences

Description: The operation generates a new sequence by merging two sequences. Syntax: A&B A&x x&A Note: Generate a new ssequences,union,new sequence