jfloat-class {rJava} | R Documentation |
This class wraps a numeric vector to be treated as float
argument when passed to Java. R doesn't distinguish between double
and float
, but Java does. In order to satisfy object types, numeric vectors that should be converted to floats on the Java side must be wrapped in this class.
Objects can be created by calling .jfloat
.
.Data
:
Class "numeric"
, from data part.
Class "vector"
, by class "numeric"
.
No methods defined with class "jfloat" in the signature.
Simon Urbanek