size_t-class {matlab} | R Documentation |
Class "size_t"
Description
This class represents the dimensions of another R object
Objects from the Class
Objects can be created by calls of the form new("size_t", ...)
.
Use of generator method is preferred.
Slots
.Data
:object of class
"integer"
containing size values
Extends
Class "integer"
, from data part.
Class "vector"
, by class "integer"
.
Class "numeric"
, by class "integer"
.
Note
Internal class supporting size
.
Author(s)
P. Roebuck proebuck1701@gmail.com
[Package matlab version 1.0.4.1 Index]