Determines whether an integer is bitwise greater than another.
Fortran 2008 and later
result = bgt(i, j)
i - Shall be of integer type.j - Shall be of integer type, and of the same kind as i.The return value is of type logical and of the default kind.