Class: GOffice::DataVectorVal

Inherits:
DataVector show all
Defined in:
(unknown)

Instance Method Summary collapse

Methods inherited from DataVector

#decreasing, #get_markup, #get_minmax, #get_str, #get_value, #increasing, #len, #values, #vary_uniformly

Methods inherited from Data

#date_conv, #dup, #emit_changed, #eq, #get_bounds, #get_matrix_markup, #get_matrix_size, #get_matrix_string, #get_matrix_value, #get_vector_markup, #get_vector_string, #get_vector_value, #has_value, #is_decreasing, #is_increasing, #is_valid, #is_varying_uniformly, #n_dimensions, #n_values, #preferred_fmt, #scalar_markup, #scalar_string, #scalar_value, #serialize, #unserialize, #values, #vector_size

Constructor Details

#initialize(val, n) ⇒ GOffice::Data

Returns the newly created #GOData.

Parameters:

  • val (Array<Float>)

    the values.

  • n (Integer)

    the values number.