U : (Double,read only)
return the current value of “U” inside current Math object. Using these variables are allowed only inside the expressions and basic formulas.
UIndex : (Integer,read only)
return the position of current point in interval U from current Math object. Using these variables are allowed only inside the expressions and basic formulas.
DU: (Double,read only)
return the size of segments in the interval U from the current Math object.
uMin ,uMax: (float,read only)
return the left side and right side of interval [uMin,uMax] from current Math object respectively.
Usegments : (integer,read only)
return resolution of the interval of [uMin,uMax] from current Math object (the lenght of each segment).
|