 | IGraphModelArrayOrderAscendingBy Method |
Orders the array ascendingly alongside the values in the given member.
The array must be of node or edge type, i.e. of a graph element type of this model object.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIList ArrayOrderAscendingBy(
IList array,
string member
)
Parameters
- array IList
- The array to order ascendingly
- member String
- The member to order alongside
Return Value
IListThe array ordered by the member or null if the array was not processed because the array
did not contain one of the known nodes/edges or the member attribute was not known.
See Also