class POLY_TIME
****
shared rateCl:FLT;


Flattened version is here



Public


Readonly Shareds
shared dataC:INT;
shared dataT:FLT;
shared dataV:FLT;
shared timer:TIME_MEASURE;

Writable Shareds
shared dataC:INT;
shared dataT:FLT;
shared dataV:FLT;
shared timer:TIME_MEASURE;

Features
SetR(resolution:FLT, title:STR)
**** Write #resolution in PPoly,VPoly,FPoly, ..... Before Use this, use 'SetV'.(see end of scode) format:
SetV(cross:INT,res_e,time_e:FLT)
**** save #crossing, expected #of resolution and time
rateCl:FLT
**** #resolution/sec for Ppoly.

The Sather Home Page