C# 클래스 qXL.Utils

파일 보기 프로젝트 열기: exxeleron/qXL

공개 메소드들

메소드 설명
Com2DArray2Array ( Array a ) : object[]

Converts COM like 2dim array where one dimension is of length 1 to regular array.

GetMaxDictSize ( qSharp.QDictionary dict ) : int

Searches for the longest array in a dictionary.

메소드 상세

Com2DArray2Array() 공개 정적인 메소드

Converts COM like 2dim array where one dimension is of length 1 to regular array.
public static Com2DArray2Array ( Array a ) : object[]
a System.Array COM array
리턴 object[]

GetMaxDictSize() 공개 정적인 메소드

Searches for the longest array in a dictionary.
public static GetMaxDictSize ( qSharp.QDictionary dict ) : int
dict qSharp.QDictionary dictionary
리턴 int