setM method

void setM(
  1. double m
)
override

Sets the measure value, if supported.

@param m the value to set as M

Implementation

void setM(double m) {
  this.m = m;
}