rJava (version 0.3-6)

jfloat-class: Class "jfloat" - numeric vector marekd as float

Description

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.

Arguments

Objects from the Class

Objects can be created by calling .jfloat.

Extends

Class "numeric", from data part. Class "vector", by class "numeric".

Methods

No methods defined with class "jfloat" in the signature.

See Also

.jfloat or .jcall