Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

reduce

Reduce this field through Telion's result runtime.

Reference

FieldValueDescription
symboltelion_api.Field.reduce
signature(operator: 'str' = 'average', cells: 'Iterable[int] | None' = None) -> 'float'
returnfloat

Reduce this field through Telion's result runtime.

Contract

PropertyValue
symboltelion_api.Field.reduce
signature(operator: 'str' = 'average', cells: 'Iterable[int] | None' = None) -> 'float'
returnfloat

Signature

telion_api.Field.reduce(operator: 'str' = 'average', cells: 'Iterable[int] | None' = None) -> 'float'