|
|
Group
|
[FlagsAttribute] public enum GroupOperations
| Member name | Value | Description |
|---|---|---|
| Undefined | 0 | The function has not defined any group operations. |
| None | 1 | The function can perform standard, non-grouped, per-trend operations. |
| Slice | 2 | The function can perform slice-based group operations. |
| Set | 4 | The function can perform set-based group operations. |