binary-methods: Get binary representation

Description Methods Examples

Description

Get binary representation

Methods

signature(object = "integer")

Method for integer Vectors

signature(object = "int64")

Method for int64 vectors

signature(object = "uint64")

Method for uint64 vectors

signature(object = "numeric")

Method for numeric vectors

Examples

1
2
3
4
    binary( 1:4 )
    binary( c( 1.0, 2.0 ) )
    binary( as.int64( 1:4 ) )
    binary( as.uint64( 1:4 ) )

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