You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation="A copy of the specified array with any values that do not match the specified condition removed.",
35
-
DoesReturnValue=true,
36
35
ReturnType=this,
37
-
Parameters=newCodeParameter[]{
38
-
newCodeParameter("conditionLambda","The condition that is evaluated for each element of the copied array. If the condition is true, the element is kept in the copied array.",newMacroLambda(null,ArrayOfType))
ParameterDocumentation="The condition that is evaluated for each element of the copied array. If the condition is true, the element is kept in the copied array."
38
+
}.Add<V_FilteredArray>(_scope);
42
39
// Sorted Array
43
-
Func(newFuncMethodBuilder(){
40
+
newGenericSortFunction(){
44
41
Name="SortedArray",
45
42
Documentation="A copy of the specified array with the values sorted according to the value rank that is evaluated for each element.",
46
-
DoesReturnValue=true,
47
43
ReturnType=this,
48
-
Parameters=newCodeParameter[]{
49
-
newCodeParameter("conditionLambda","The value that is evaluated for each element of the copied array. The array is sorted by this rank in ascending order.",newMacroLambda(null,ArrayOfType))
0 commit comments