IDataInfopublic static class DataDoubleBDArray.DataInfoDoubleBDArray extends DataInfo
| Modifier and Type | Field | Description |
|---|---|---|
protected int[] |
arrayShape |
|
protected int |
precision |
| Constructor | Description |
|---|---|
DataInfoDoubleBDArray(java.lang.String label,
Dimension dimension,
int[] arrayShape,
int precision) |
| Modifier and Type | Method | Description |
|---|---|---|
int[] |
getArrayShape() |
Returns the size of each dimension in the constructed DataDoubleArray.
|
IDataInfoFactory |
getFactory() |
Returns a mutable factory that can make copies of this instance of
DataInfo.
|
int |
getLength() |
Returns the total number of elements in the constructed DataDoubleArray.
|
int |
getPrecision() |
|
IData |
makeData() |
Returns a Data object appropriate for this DataInfo instance.
|
public DataInfoDoubleBDArray(java.lang.String label,
Dimension dimension,
int[] arrayShape,
int precision)
public int[] getArrayShape()
public int getPrecision()
public int getLength()
public IDataInfoFactory getFactory()
IDataInfo