Translation of lambda expression into Hebrew
Noun
technology
- The lambda expression calculates the sum of two numbers.ביטוי למבדה מחשב את סכום שני המספרים.
mathematics
- The lambda expression binds variables to an equation.ביטוי למדא קושר משתנים למשוואה.
Synonyms and analogies of lambda expression in English
Examples of lambda expression in a sentence
Developers often use lambda expressions for short functions. She learned to write a lambda expression in her coding class. The software engineer optimized the code using a lambda expression.
Translations of "lambda expression" in Context ordered by category and frequency
Nesting of parentheses in lambda expression's parameter list exceeds maximum allowable depth.
קינון של סוגריים ברשימת פרמטרים של ביטוי למדא חורג מהעומק המרבי המותר.
Control cannot leave the body of an anonymous method or lambda expression
לא ניתן להוציא פקד מגוף של פעולת שירות אנונימית או של ביטוי למדא
She created a lambda expression to filter the list of names efficiently.
היא יצרה ביטוי למבדה כדי לסנן את רשימת השמות ביעילות.
This lambda expression takes two arguments and returns their product quickly.
ביטוי למבדה זה מקבל שני ארגומנטים ומחזיר את המוצר שלהם במהירות.
lambda expression: Examples and translations in context
Anonymous type property '|1' cannot be used in the definition of a lambda expression within the same initialization list.
לא ניתן להשתמש במאפיין סוג אנונימי '|1' בהגדרה של ביטוי למדא בתוך אותה רשימת אתחול.
this kind of lambda expression
סוג זה של ביטוי למדא
A lambda expression simplifies code by allowing you to write anonymous functions directly.
ביטוי למבדה מפשט את הקוד בכך שהוא מאפשר לכתוב פונקציות אנונימיות ישירות.
You can pass a lambda expression as a parameter to high-order functions.
ניתן להעביר ביטוי למבדה כפרמטר לפונקציות מסדר גבוה.
A lambda expression does not require a name, making it very flexible to use.
ביטוי למבדה אינו דורש שם, מה שהופך אותו לגמיש מאוד לשימוש.
Array modifiers cannot be specified on lambda expression parameter name. They must be specified on its type.
לא ניתן לציין מצייני מערך בשם של פרמטר ביטוי למדא. יש לציינם בסוג שלו.
In Python, a lambda expression can replace a traditional function for small tasks.
בפייתון, ביטוי למבדה יכול להחליף פונקציה מסורתית למשימות קטנות.
Delegate '|1' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.
הנציג '|1' מחייב ביטוי 'AddressOf' או ביטוי למדא כארגומנט היחיד עבור הבנאי שלו.