Decimates this sampling. Beginning with the first sample, keeps only every m'th sample, while discarding the others in this sampling. If this sampling has n values, the new sampling will have 1+(n-1)/m values. This method returns a new sampling; it does not modify this sampling. @param m the fac
(int m)
source not stored for this graph (policy: none)