vector method

MathValue vector(
  1. dynamic index
)

Implementation

MathValue vector( index ){ return _vector[index]; }