summary.binary: Summary method for binary number.

View source: R/binary.R

summary.binaryR Documentation

Summary method for binary number.

Description

This method provides information about the attributes of the binary number.

Usage

## S3 method for class 'binary'
summary(object, ...)

Arguments

object

binary number.

...

further arguments.

Value

Contains the following information:

  • Signedness : unsigned or signed

  • Endianess : Big-Endian or Little-Endian

  • value<0 : negative or positve number

  • Size[bit] : Size in bit

  • Base10 : Decimal(Base10) number.

See Also

print.binary


boydorr/rdiversity documentation built on May 6, 2022, 10:56 a.m.