프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ConvertDashesToDoubleArray ( string value ) : double[] |
Convert line dashes string format to doubles array.
|
|
ConvertDashesToFloatArray ( string value ) : float[] |
Convert line dashes string format to floats array.
|
|
ConvertDoubleArrayToDashes ( double value ) : string |
Convert line dashes doubles array to string format.
|
|
ConvertFloatArrayToDashes ( float value ) : string |
Convert line dashes floats array to string format.
|
public static ConvertDashesToDoubleArray ( string value ) : double[] | ||
value | string | The line dashes string. |
리턴 | double[] |
public static ConvertDashesToFloatArray ( string value ) : float[] | ||
value | string | The line dashes string. |
리턴 | float[] |
public static ConvertDoubleArrayToDashes ( double value ) : string | ||
value | double | The line dashes doubles array. |
리턴 | string |
public static ConvertFloatArrayToDashes ( float value ) : string | ||
value | float | The line dashes floats array. |
리턴 | string |