API Documentation > Functions > Function pfcCreateDoubleArgValue
Function pfcCreateDoubleArgValue

# include <pfcArgument.h>

pfcArgValue_ptr pfcCreateDoubleArgValue (xreal Value)


Description
Creates a double argument value object.
See Also:
Parameters:
Value The double value.
Returns:
The created argument value object.
Was this helpful?