C# 클래스 LitDev.LDSort

파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
bCaseSensitive bool

공개 메소드들

메소드 설명
ByIndex ( Primitive array ) : Primitive

Sort an array of any dimension by the index (key).

ByValue ( Primitive array ) : Primitive

Sort a 1D array by the value (the indices are re-numbered from 1).

ByValueWithIndex ( Primitive array ) : Primitive

Sort a 1D array by the value (the indices are unchanged, but sorted).

비공개 메소드들

메소드 설명
sort ( Primitive array ) : List

메소드 상세

ByIndex() 공개 정적인 메소드

Sort an array of any dimension by the index (key).
public static ByIndex ( Primitive array ) : Primitive
array Primitive /// The array to sort. ///
리턴 Primitive

ByValue() 공개 정적인 메소드

Sort a 1D array by the value (the indices are re-numbered from 1).
public static ByValue ( Primitive array ) : Primitive
array Primitive /// The array to sort. ///
리턴 Primitive

ByValueWithIndex() 공개 정적인 메소드

Sort a 1D array by the value (the indices are unchanged, but sorted).
public static ByValueWithIndex ( Primitive array ) : Primitive
array Primitive /// The array to sort. ///
리턴 Primitive

프로퍼티 상세

bCaseSensitive 공개적으로 정적으로 프로퍼티

public static bool bCaseSensitive
리턴 bool