- vector literal
[x,y,z,...]
- vector append
[x, ...y, ...z]
[x,y,z,...]
[x, ...y, ...z]
00 Remarks
this object model implements the interface of a collection of the value Expression.
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Evaluate | 1 | |
| FromArray | 1 | |
| ToArray | 1 | |
| ToString | 1 | |
| GetEnumerator | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| isLiteral | 1 | check all elements inside this vector is literal value or not? |
| type | 1 | |
| expressionName | 1 | |
| length | 1 |
04 Members
check all elements inside this vector is literal value or not?
String())