methodAvailable
reduce
Reduce this field through Telion's result runtime.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Field.reduce | — |
| signature | (operator: 'str' = 'average', cells: 'Iterable[int] | None' = None) -> 'float' | — |
| return | float | — |
Reduce this field through Telion's result runtime.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Field.reduce |
| signature | (operator: 'str' = 'average', cells: 'Iterable[int] | None' = None) -> 'float' |
| return | float |
Signature
telion_api.Field.reduce(operator: 'str' = 'average', cells: 'Iterable[int] | None' = None) -> 'float'