insideRange Function

public pure function insideRange(this, point) result(inside_is_true)

Type Bound

Range_

Arguments

Type IntentOptional Attributes Name
class(Range_), intent(in) :: this
real(kind=real64), intent(in) :: point(:)

Return Value logical