Ops.int64 {csvread} | R Documentation |
int64
class.Operators for the int64
class: one of
+
, -
, ==
, !=
, <
, <=
, >
or >=
.
e1 + e2 e1 - e2 ## S3 method for class 'int64' e1 + e2 ## S3 method for class 'int64' e1 - e2
e1 |
int64 object, character vector or numeric vector
(character and numeric values are converted by |
e2 |
int64 object, character vector or numeric vector
(character and numeric values are converted by |
int64