تسجيل الدخول إنشاء حساب جديد

referentially أمثلة على

"referentially" معنى  
أمثلةجوال إصدار
  • If all functions involved in the expression are pure functions, then the expression is referentially transparent.
    فلو كانت كل الوظائف المدرجة ضمن تعبيرٍ ما هي وظائف نقية، فإن التعبير حينئذٍ يصبح شفافاً مرجعياً.
  • However, if the compiler is able to determine that the function call is referentially transparent, it can perform this transformation automatically.
    على الرغم من ذلك، فلو كان المترجم أو المصرف قادراً على تحديد أن استدعاء دالة وظيفية أمراً شفاف مرجعياً، فإنه يستطيع أن يقوم بهذا التحول آلياً.
  • If the substitution of an expression with its value is valid only at a certain point in the execution of the program, then the expression is not referentially transparent.
    فلو كانت عملية استبدال تعبيرٍ ما بقيمته مسموحٍ بها عند نقطةٍ ما من تنفيذ البرنامج، فإن التعبير ليس بشفافٍ مرجعياً.
  • However, because a referentially transparent expression can be evaluated at any time, it is not necessary to define sequence points nor any guarantee of the order of evaluation at all.
    على الرغم من ذلك، بسبب إمكانية تقويم التعبير الشفاف مرجعياً في أي وقتٍ، فليس بالضروري تحديد نقاط التسلسل أو اي ضمانٍ لترتيب التقويم على الإطلاق.