class POLY_TIME


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 if (time_e>10.0) then #OUT+"May be needed "+time_e.round.int.str+"sec.\n";end;
out_expected_time(t:FLT)
**** print out "t" second. 1year = 3.2e+7 sec. 1mon = 2.6e+6 sec. 1week = 6.0e+5 sec. 1day = 8.6e+4 sec.
rateCl:FLT
**** #resolution/sec for Ppoly.

The Sather Home Page