isSmallerOrEqual Function

private function isSmallerOrEqual(left, right) result(small)

This function provides a comparison of two attributes.

Check if left attribute is smaller or equal than right attribute by checking smaller or equal for attribute kind, label color and level

Arguments

TypeIntentOptionalAttributesName
type(sdr_attribute_type), intent(in) :: left

attribute to compare

type(sdr_attribute_type), intent(in) :: right

attribute to compare against

Return Value logical

is smaller??


Called by

proc~~issmallerorequal~~CalledByGraph proc~issmallerorequal isSmallerOrEqual interface~operator(lt=) operator(<=) interface~operator(lt=)->proc~issmallerorequal

Contents

None