zeroif Interface

public interface zeroif

Contents


Module Procedures

public function zeroif_Int(val, negative, positive) result(retval)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: val
logical, intent(in), optional :: negative
logical, intent(in), optional :: positive

Return Value integer

public function zeroif_Real(val, negative, positive) result(retval)

Arguments

Type IntentOptional AttributesName
real(kind=8), intent(in) :: val
logical, intent(in), optional :: negative
logical, intent(in), optional :: positive

Return Value real(kind=8)