我想實現icomparer或其他形式的列表排序比較來排序vector3s的列表。 vector3s正在與參考向量3進行比較,然後根據它們的距離進行排序。 我不知道如何讓IComparer允許3個參數,或如何使用第三個參數對列表進行排序。 基本上,這是我想如何排序它。 Class VectorSorter : IComparer<Vector3>
{
public int Compare
所以目前,我有一個程序,書籍&作者列表排序。目前,它是由按作者分組的作者輸出的,這意味着它打印作者的姓名&他/她所寫的所有書籍。那麼我試圖扭轉,&它有書,&然後所有作者寫的那本書的輸出。很多幫助將不勝感激。 // get authors and titles of each book
// they co-authored; group by author
var titl