optM abstract method

double? optM(
  1. int index
)

The m coordinate of the position at the given index.

Returns null if m is not available for a valid index.

m represents a measurement or a value on a linear referencing system (like time).

The index must be a valid index in this series; 0 <= index < length.

Implementation

double? optM(int index);