Description | ||||||||
Sets the options to retrieve values as positive or with/without sign. Applicable to double and integer value elements only. | ||||||||
Synopsis | ||||||||
#include <ProElemoptions.h> | ||||||||
ProError | ProElementwstroptsSignoptionsSet | ( | ||||||
ProElementWstringOptions options | ||||||||
/* (In) | ||||||||
The options. | ||||||||
*/ | ||||||||
ProBoolean as_positive | ||||||||
/* (In) | ||||||||
PRO_B_TRUE if retrive absolute value only or PRO_B_FALSE if retrive value as is. | ||||||||
*/ | ||||||||
ProBoolean with_sign | ||||||||
/* (In) | ||||||||
PRO_B_TRUE if retrive with value sign (+/-) or PRO_B_FALSE if retrive value as is (positive without sign, negative with sign) | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProElementWstringGet |