Last data update: 2014.03.03

R: Converts a numeric to a Java long
Java$asLongR Documentation

Converts a numeric to a Java long

Description

Converts a numeric to a Java long.

Usage

## Static method (use this):
## Java$asLong(x, ...)

## Don't use the below:
## S3 method for class 'Java'
asLong(static, x, ...)

Arguments

x

A numeric vector.

...

Not used.

Value

Returns an integer vector.

Author(s)

Henrik Bengtsson

See Also

For more information see Java.

Results