Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
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. |
Résultat | double[] |
public static ConvertDashesToFloatArray ( string value ) : float[] | ||
value | string | The line dashes string. |
Résultat | float[] |
public static ConvertDoubleArrayToDashes ( double value ) : string | ||
value | double | The line dashes doubles array. |
Résultat | string |
public static ConvertFloatArrayToDashes ( float value ) : string | ||
value | float | The line dashes floats array. |
Résultat | string |