as.logical.bit: Coercion from bit, bitwhich and ri to logical, integer,...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Coercing from bit to logical, integer, which.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## S3 method for class 'bit'
as.logical(x, ...)
## S3 method for class 'bitwhich'
as.logical(x, ...)
## S3 method for class 'ri'
as.logical(x, ...)
## S3 method for class 'bit'
as.integer(x, ...)
## S3 method for class 'bitwhich'
as.integer(x, ...)
## S3 method for class 'ri'
as.integer(x, ...)
## S3 method for class 'bit'
as.double(x, ...)
## S3 method for class 'bitwhich'
as.double(x, ...)
## S3 method for class 'ri'
as.double(x, ...)

Arguments

x

an object of class bit, bitwhich or ri

...

ignored

Details

Coercion from bit is quite fast because we use a double loop that fixes each word in a processor register.

Value

as.logical returns a vector of FALSE, TRUE, as.integer and as.double return a vector of 0,1.

Author(s)

Jens Oehlschlägel

See Also

as.bit, as.which, as.bitwhich, as.ff, as.hi

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17

bit documentation built on May 2, 2019, 4:48 p.m.