enum Cryload::Threshold::Comparator

Defined in:

cryload/ci_thresholds.cr

Enum Members

AtMost = 0
AtLeast = 1

Instance Method Summary

Instance Method Detail

def at_least? #

Returns true if this enum value equals AtLeast


def at_most? #

Returns true if this enum value equals AtMost


def satisfied?(actual : Float64, limit : Float64) : Bool #

def symbol : String #