is_underflow_bin property

is_underflow_bin property

Specifies if underflow bin applied. Use IsAutomaticUnderflowBin and UnderflowBin to adjust underflow bin value.

Definition:

@property
def is_underflow_bin(self):
    ...

@is_underflow_bin.setter
def is_underflow_bin(self, value):
    ...

See Also