jfloat-class(rJava)
jfloat-class()所属R语言包:rJava
Classes "jfloat", "jlong", "jbyte" and "jchar" specify Java
类“jfloat”,“jlong”,“jbyte”和“jchar”指定Java
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These classes wrap a numeric vector to be treated as float or long argument when passed to Java and an integer vector to be treated as byte or char. 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 or long on the Java side must be wrapped in this class. In addition jbyte must be used when passing scalar byte (but not byte arrays, those are mapped into RAW vectors). Finally jchar it used when mapping integer vectors into unicode Java
这些类封装了一个数值向量作为float或long参数传递给Java和整数向量要byte或char对待处理。 R不区分double和float的,但Java。为了满足对象类型,彩车,或长在Java端必须在这个类包裹,应转换为数字向量。除了jbyte时,必须使用合格标字节(而不是字节数组,那些成原材料向量映射)。最后jchar时使用映射成unicode Java的整数向量
类的对象----------Objects from the Class----------
Objects can be created by calling .jfloat, .jlong, .jbyte or .jchar respectively.
对象可以通过调用.jfloat,.jlong,.jbyte或.jchar分别创建。
插槽----------Slots----------
.Data: Payload
.Data:有效载荷
延伸----------Extends----------
"jfloat" and "jlong": Class "numeric", from data part. Class "vector", by class "numeric".
“jfloat”和“jlong”:类"numeric",从数据的一部分。类"vector"类"numeric"。
"jbyte" and "jchar": Class "integer", from data part. Class "vector", by class "integer".
“jbyte”和“jchar”:类"integer",从数据的一部分。类"vector"类"integer"。
方法----------Methods----------
"jfloat" and "jlong" have no methods other than those inherited from "numeric". "jbyte" and "jchar" have no methods other than those inherited from "integer".
“jfloat”和“jlong”有没有方法从“数字”的继承者除外。没有其他方法比从“整数”继承“jbyte”和“jchar”。
作者(S)----------Author(s)----------
Simon Urbanek
参见----------See Also----------
.jfloat, .jlong, .jbyte, .jchar and .jcall
.jfloat,.jlong,.jbyte,.jchar和.jcall
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|