setOrdinate abstract method

void setOrdinate(
  1. int index,
  2. int ordinate,
  3. double value
)
override

Sets the ordinate of a coordinate in this sequence.
Warning: for performance reasons the ordinate index is not checked

  • if it is over dimensions you may not get an exception but a meaningless value.

@param index the coordinate index @param ordinate the ordinate index in the coordinate, 0 based, smaller than the number of dimensions @param value the new ordinate value

Implementation

void setOrdinate(int index, int ordinate, double value);