zeroif Interface

public interface zeroif

Module Procedures

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

Arguments

Type IntentOptional Attributes Name
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 Attributes Name
real(kind=8), intent(in) :: val
logical, intent(in), optional :: negative
logical, intent(in), optional :: positive

Return Value real(kind=8)