is_equal_average property

is_equal_average property

Get or set the flag indicating whether the ‘aboveAverage’ and ‘belowAverage’ criteria is inclusive of the average itself, or exclusive of that value. ’true’ indicates to include the average value in the criteria. Default value is false.

Definition:

@property
def is_equal_average(self):
    ...
@is_equal_average.setter
def is_equal_average(self, value):
    ...

See Also