int Interface

public interface int

It converts logical array into int.


Module Procedures

public function int_from_logical(logical_value) result(ret)

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: logical_value

Return Value integer(kind=int32)

public function int_from_logical_vector(logical_value) result(ret)

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: logical_value(:)

Return Value integer(kind=int32), allocatable, (:)