public abstract class FloatArray extends Object
描述:一个用于存储float的一维数组,可以快速地直接访问数组元素。
创建时间:2021-12-16 18:18
更新时间:暂无
float[]
data
FloatArray()
abstract FloatArray
clone()
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public float[] data
public FloatArray()
public abstract FloatArray clone()
clone
Object
Copyright © 2022. All rights reserved.