public interface Floats
Modifier and Type | Method and Description |
---|---|
float[] |
copyOf() |
float[] |
copyOf(int i,
int c) |
void |
copyTo(FloatBuffer dest) |
void |
copyTo(int i,
float[] dest,
int iDest,
int c) |
void |
copyTo(int i,
FloatBuffer dest,
int c) |
float |
first() |
boolean |
isEmpty() |
float |
last() |
int |
n()
Length of the sequence
|
float |
v(int i)
Value at index i
|
float v(int i)
int n()
boolean isEmpty()
float first()
float last()
void copyTo(int i, float[] dest, int iDest, int c)
void copyTo(int i, FloatBuffer dest, int c)
void copyTo(FloatBuffer dest)
float[] copyOf(int i, int c)
float[] copyOf()
Copyright © 2016 Metron, Inc.. All rights reserved.