Variable PolyFitRes.X

The array of PowMap ranges created by polyFit.

struct PolyFitRes
{
  // ...
  T X ;
  // ...
}