public final class NumberArrayType extends SimpleDataType<double[]>
Modifier and Type | Field and Description |
---|---|
static NumberArrayType |
Instance |
Modifier and Type | Method and Description |
---|---|
double[] |
getDefaultValue()
Gets the default value of this data type, eg 0 for numbers or an empty String for text.
|
isComplex
public static final NumberArrayType Instance
public double[] getDefaultValue()
DataType
getDefaultValue
in class DataType<double[]>