language:
Find link is a tool written by Edward Betts.searching for user-defined function 33 found (38 total)
alternate case: User-defined function
Modbus
(4,546 words)
[view diff]
exact match in snippet
view article
find links to article
bits are all 0. User-Defined Function Codes are function codes defined by users. Modbus gives two range of values for user-defined function codes: 65 toOperator (computer programming) (1,179 words) [view diff] exact match in snippet view article
provides functionality that may not be possible to define as a user-defined function (i.e. sizeof in C) or has syntax different than a function (i.eMINUIT (392 words) [view diff] exact match in snippet view article find links to article
several algorithms that search for parameter values that minimize a user-defined function, and compute confidence intervals for the parameters by scanningSCELBAL (1,820 words) [view diff] exact match in snippet view article find links to article
routine, was UDF for "user defined function". UDF allowed a single floating-point parameter to be passed to the user-defined function, whose machine-languageAWS Glue (275 words) [view diff] case mismatch in snippet view article find links to article
including: Database API Table API Partition API Connection API User-Defined Function API Importing an Athena Catalog to AWS Glue Event-driven architectureAviSynth (1,504 words) [view diff] exact match in snippet view article find links to article
AVISource("video1.avi") clip2 = AVISource("video2.avi") # call the user-defined function which is defined below: interlaced_dissolve(clip1, clip2, 30) #MultiDimensional eXpressions (1,183 words) [view diff] exact match in snippet view article find links to article
to specify an array that is not processed by MDX but passed to a user-defined function in an ActiveX library. Objects of other data types are representedTTM (programming language) (1,406 words) [view diff] no match in snippet view article
3), it will return the value "abc11def22". In effect, we have a user defined function F with two arguments. It is possible to escape one or more charactersTop tree (3,226 words) [view diff] no match in snippet view article find links to article
( C ) {\displaystyle I({\mathcal {C}})} is updated by calling a user defined function associated with each internal operation. M e r g e ( A , B ) {\displaystyleTPK algorithm (1,306 words) [view diff] exact match in snippet view article find links to article
an array, and then processes them in reverse order, applying a user-defined function to each value and reporting either the value of the function orFuzzy Logix (435 words) [view diff] no match in snippet view article find links to article
libraries of in-database analytic models. The libraries leverage the user defined function (UDF) capability available in database platforms. The software isTRAC (programming language) (1,125 words) [view diff] exact match in snippet view article
nonexistent (non-delimited) one, but beyond its last non-null argument, a user-defined function cannot make the distinction. SAM76 was a TRAC-like language whichUnordered associative containers (C++) (590 words) [view diff] no match in snippet view article
std::hash<int>()(x.i) ^ std::hash<int>()(x.j) ^ std::hash<int>()(x.k); } }; The user defined function can be used as is in std::unordered_map, by passing it as a templateIndexer (programming) (848 words) [view diff] exact match in snippet view article
[] operator. The expression a[b...] translates to a call to the user-defined function operator[] as (a).operator[](b...). Here is an example, struct vectorComparison of programming languages (1,508 words) [view diff] exact match in snippet view article find links to article
Go". Go supports first class functions, higher-order functions, user-defined function types, function literals, closures, and multiple return values.Function pointer (2,324 words) [view diff] exact match in snippet view article find links to article
compute_sum(cos, 0.0, 1.0); printf("sum(cos): %g\n", sum); // Use user-defined function 'square()' as the pointed-to function sum = compute_sum(square,In-database processing (1,159 words) [view diff] exact match in snippet view article find links to article
or C++ libraries into the database process space as a built-in user-defined function (UDF), and out-of-process libraries typically written in C, C++HP 9800 series (2,042 words) [view diff] exact match in snippet view article find links to article
programmer could single-step or check values of variables. Two rows of user-defined function keys with paper labels were some of the earliest implementationPattern matching (3,292 words) [view diff] exact match in snippet view article find links to article
Languages like Haskell and Racket include view patterns, where a user-defined function transforms the portion of the discriminant corresponding to theType conversion (2,339 words) [view diff] exact match in snippet view article find links to article
is no runtime type support. However, it is possible to write a user-defined function which the user tells the compiler if a value is of a certain typeEngineering notation (1,590 words) [view diff] no match in snippet view article find links to article
doi:10.1145/364096.364107. S2CID 28248410. Engineering Prefix User Defined Function for Excel Perl CPAN module for converting number to engineeringGo (programming language) (8,129 words) [view diff] exact match in snippet view article
Go". Go supports first class functions, higher-order functions, user-defined function types, function literals, closures, and multiple return values.Fexpr (1,484 words) [view diff] exact match in snippet view article find links to article
automatically evaluated. In strict original usage, a FEXPR is therefore a user-defined function whose operands are passed unevaluated. However, in later usage theWindows Metafile vulnerability (2,567 words) [view diff] exact match in snippet view article find links to article
crafted SETABORTPROC 'Escape' records. Such records allow arbitrary user-defined function to be executed when the rendering of a WMF file fails." AccordingComparison of programming languages (array) (1,523 words) [view diff] exact match in snippet view article
value may apply to the whole "workspace", or be localized to a user-defined function or a single primitive function by use of the Variant operator (⍠)List of applications using Lua (2,131 words) [view diff] no match in snippet view article find links to article
Database uses Lua as its internal scripting language for its 'UDF' (User Defined Function) capabilities, similar to procedures Apache HTTP Server can usePerl Compatible Regular Expressions (2,516 words) [view diff] exact match in snippet view article find links to article
Cn), where n is some number. This will call out to an external user-defined function through the PCRE API and can be used to embed arbitrary code inSpreadsheet (9,711 words) [view diff] exact match in snippet view article find links to article
Use of user-defined function sq(x) in Microsoft ExcelWindows Metafile (5,120 words) [view diff] exact match in snippet view article find links to article
crafted SETABORTPROC 'Escape' records. Such records allow arbitrary user-defined function to be executed when the rendering of a WMF file fails." AccordingE series of preferred numbers (3,244 words) [view diff] no match in snippet view article find links to article
Calculate the closest component value to any E-series with an Excel User Defined Function. Calculate standard resistor values in Excel – EDN magazine PrintableC syntax (9,244 words) [view diff] exact match in snippet view article find links to article
whereas other libraries require link-time configuration. Accessing a user-defined function that is defined in a different file is similar to using a libraryFormat (Common Lisp) (2,062 words) [view diff] exact match in snippet view article
output position. Invalid / Dispatches the formatting operation to a user-defined function. The function must accept at least four parameters: The stream orBASIC interpreter (14,120 words) [view diff] exact match in snippet view article find links to article
BASIC, a symbol table entry was: Flag (bit 0: entry in use; bit 6: user-defined function; bit 7: array} Variable name (byte 1: ASCII letter; byte: 0-9 ASCII