Skip to contents

Convenience function for the internal Int class constructor.

Usage

int(index, zero_based = FALSE)

Arguments

index

The integer index.

zero_based

The index of the dimension. By default, FALSE for R-like behavior.

Value

A Int instance with the specified parameters.