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

@

Description: Value of the current cell referenced in an expression. Example:   A B   1 [1,2,3,4,5,6]     2 for A1     3 sequence,current cell value,member

A.(x,...)

Description: Compute an expression with each member of a sequence. Syntax: A.(x,…)   A.() return A itself Note: The funcsequence,member,expression

xunion()

Description: Generate a new sequence by uniting and rearranging distinct members in all member sequences. Syntax: A.xunimember,distinct

XOR-enabled sequence

Description: Generate a new sequence by combining distinct members  of two sequences in order. Syntax: A%B A%x x%A Note:distinct,member,new sequence