IntegerMinMax Derived Type

type, public :: IntegerMinMax


Components

Type Visibility Attributes Name Initial
integer, public :: max
integer, public :: min

Source Code

   type IntegerMinMax
      integer :: min
      integer :: max
    end type IntegerMinMax