public double Square(double x) { if (!isSynch) { Synch(); } return(sShape.GetV(x)); }
public double Square(double x) { return(sShape.GetV(x)); }