/

SortedIntersectionOfDateSets

[this page | pdf | references]

Function Description

Returns a sorted Date array representing the elements of the union of the distinct members of two input arrays, e.g. if InputArray1 is {3 Jan 1980, 5 Jan 1980, 5 Jan 1980, 4 Jan 1980} and InputArray2 is {2 Jan 1980, 5 Jan 1980, 4 Jan 1980, 4 Jan 1980} then returns {4 Jan 1980, 5 Jan 1980}

 


NAVIGATION LINKS
Contents | Prev | Next


Output type / Parameter details

Output type: Date()
Parameter NameVariable TypeDescription
InputArray1Date()Array containing members of first set
InputArray2Date()Array containing members of second set

Links to:

-          Interactively run function

-          Interactive instructions

-          Example calculation

-          Output type / Parameter details

-          Illustrative spreadsheet

-          Other Set Manipulation functions

-          Computation units used


Note: If you use any Nematrian web service either programmatically or interactively then you will be deemed to have agreed to the Nematrian website License Agreement


Desktop view | Switch to Mobile