inputDelta method

void inputDelta(
  1. double deltaVal
)

Implementation

void inputDelta(double deltaVal) {
  delta = deltaVal;
}