프로퍼티 | 타입 | 설명 | |
---|---|---|---|
From | double | ||
FromAsString | string | ||
To | double | ||
ToAsString | string |
메소드 | 설명 | |
---|---|---|
Entry ( double from, double to ) : System.Collections.Generic | ||
Entry ( string fromAsString, string toAsString ) : System.Collections.Generic |
public Entry ( double from, double to ) : System.Collections.Generic | ||
from | double | |
to | double | |
리턴 | System.Collections.Generic |
public Entry ( string fromAsString, string toAsString ) : System.Collections.Generic | ||
fromAsString | string | |
toAsString | string | |
리턴 | System.Collections.Generic |