simetrix.AbstractDataVector¶
- class simetrix.AbstractDataVector¶
Bases:
objectDeprecated. Base class for data vectors returned from
LegacyCurveDataobjects.Methods
size()Returns the number of elements in the vector.
type()Returns the numeric value types for the data this contains.
- size() int¶
Returns the number of elements in the vector.
- Returns:
Number of elements in the vector.
- Return type:
- type() NumericValueType¶
Returns the numeric value types for the data this contains.
Data values are either real or complex values.
- Returns:
Numeric type for the values this holds.
- Return type:
ValueType