public class ConstMFTime extends ConstMField
Constructor and Description |
---|
ConstMFTime(double[] times)
Construct a read-only MFTime field.
|
ConstMFTime(int size,
double[] times)
Construct a read-only MFTime field.
|
Modifier and Type | Method and Description |
---|---|
double |
get1Value(int index)
Retrieve a particular element from an MFTime field.
|
int |
getSize()
Number of elements contained in the MField.
|
void |
getValue(double[] times)
Retrieves the complete list of times making up an MFTime field.
|
clone
public ConstMFTime(int size, double[] times)
size
- Number of values passed in.times
- List of times to initialize object with.public ConstMFTime(double[] times)
times
- List of times to initialize object with.public int getSize()
ConstMField
getSize
in class ConstMField
public void getValue(double[] times)
times
- List of times contained in field.public double get1Value(int index)
index
- Position of desired element.