function EExecG9(Out_Prm,X,Y,Z,Att,Sg1,Sg2,Sg3) { if ((X.OB==undefined) || (Y.OB==undefined) || (Z.OB==undefined)) return false; Result=false; if ((X.OB=="C") && (Y.OB=="C") && (Z.OB=="C") && IsReal(X) && IsReal(Y) && IsReal(Z)) { var B=(Y.C.Re*Sg2<=X.C.Re*Sg1) && (X.C.Re*Sg1<=Z.C.Re*Sg3); TOUsl_Create(Out_Prm,B,Att); } else { if (Att.Chk==1) TOEmpty_Create(Out_Prm,Att); } Result=true; return Result; } // EExecG9