public static Sort ( Matrix source, double>.Func |
||
source | Matrix | The Matrix |
keySelector | double>.Func | Property selector to sort by. |
t | VectorType | Specifies whether to sort horizontally or vertically. |
ascending | bool | Determines whether to sort ascending or descending (Default: True) |
리턴 | Matrix |