Skip to main content Link Menu Expand (external link) Document Search Copy Copied

KVals getKVals()

Returns a copy of the KVals of the PIDF

Example

PIDF pidf = PIDF(1, 1, 1);
auto kvals = pidf.getKVals();
cout << kvals.p << endl; //Prints 1