|
FUNCTION make_selector_function (selector : input_selector, src_of_domn : maths_space_or_function) : selector_function; RETURN ( selector_function ( selector , src_of_domn ) || maths_function ( ) || generic_expression ( ) || generic_literal ( ) || simple_generic_expression ( ) ) ; END_FUNCTION; -- make_selector_function |
|
public class FMake_selector_function public static Value run(SdaiContext _context, Value selector, Value src_of_domn) |