B.74. DoubleToString

Description. Converts a double to a string using printf() style double_to_stringting

Plugin Status. Stable

Categories. All Plugins, Stable Plugins, Double Plugins, String Plugins

Table B.69. DoubleToString Properties

Label Description Type Script Name

Input

Float value

k3d::double_t

input

Format

printf()-style format string.

k3d::string_t

format

Output text

Output string.

k3d::string_t

output