Variable TestRes.p

The P-value against the provided alternative. This struct can be implicitly converted to just the P-value via alias this.

struct TestRes
{
  // ...
  double p ;
  // ...
}