[UP]


Manual Reference Pages  - maskr (3)

NAME

maskr(3f) - [FORTRAN:INTRINSIC] Right justified mask

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = maskr(i[, kind])

DESCRIPTION

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

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

[[maskl]]


maskr (3) March 18, 2019
Generated by manServer 1.08 from bf2034d4-60f5-4a54-8cf5-fb04bec9ded7 using man macros.