Differences
This shows you the differences between two versions of the page.
|
get_tuple_size [2020/04/29 12:59] argemiro created |
get_tuple_size [2026/08/28 03:22] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Get Tuple Size ====== | + | ====== Get Tuple Size ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Get the number of elements of a tuple. | + | Gets the number of elements of a tuple. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ Default Value ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Tuple| [[tuple_type|Tuple]] | Tuple to get the size from. | | + | | Tuple | [[Tuple Type]] | Tuple whose size will be returned. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| Line 14: | Line 14: | ||
| None. | None. | ||
| - | ===== Output ===== | + | ===== Outputs ===== |
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Result| [[non_negative_integer_value_type|Non Negative Integer Value]] | Number of elements of the input tuple | | + | | Result | [[Non Negative Integer Value Type]] | Number of elements in Tuple. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 30: | Line 30: | ||
| GetTupleSize | GetTupleSize | ||
| + | |||