Workspace 6.21.5
|
Converts a double precision floating point number to a QString, following the user-specified formatting controls.
Inputs: | |||
---|---|---|---|
Minimum string width | int | ||
Fill character | QString | Used in conjunction with Minimum string width. Sets the character that will be used to fill the string to the minimum width. | |
Precision | int | ||
Format | CSIRO::DataExecution::DoubleToString::Format | ||
Double | double | ||
Outputs: | |||
String | QString |