[UP]


Manual Reference Pages  - maskl (3)

NAME

maskl(3f) - [FORTRAN:INTRINSIC] Left justified mask

SYNOPSIS

result = maskl(i[, kind])

DESCRIPTION

maskl(i[, kind]) has its leftmost I bits set to 1, and the remaining bits set to 0.

SYNTAX

ARGUMENTS

I Shall be of type INTEGER.
KIND Shall be a scalar constant expression of type INTEGER.

RETURN VALUE

The return value is of type INTEGER. If KIND is present, it specifies the kind value of the return type; otherwise, it is of the default integer kind.

STANDARD

[[Fortran 2008]] and later

CLASS

[[Elemental procedure|Elemental function]]

SEE ALSO

maskr(3)


maskl (3) March 11, 2021
Generated by manServer 1.08 from 0931d23e-34ea-4dec-8503-032af1fbe3b4 using man macros.