zdd as integer

# S3 method for zdd
as.integer(x, ...)

Arguments

x

a zdd

...

all the other stuff

Value

the integer value of the zdd node

Examples

as.integer( zdd(3L) )
#> [1] 3