uint64: Creates new uint64 vectors of a given length

Description Usage Arguments Value Author(s) See Also Examples

Description

Creates new uint64 vectors of a given length

Usage

1
uint64(length = 0L)

Arguments

length

Length of the resulting vector

Value

A new uint64 vector of the given length

Author(s)

Romain Francois, Sponsored by the Google Open Source Programs Office

See Also

as.uint64 for converting integer or character vectors into uint64 vectors.

int64 for signed 64 bit integer vectors, i.e. of class int64.

Examples

1
x <- uint64(10L)

siddharthab/int64 documentation built on May 29, 2019, 9:58 p.m.