ContentsIndexHome
PreviousUpNext
IAimmsMathProgramInfo::GetDoubleAsString Method

Convert a double-valued number into a string.

virtual char * GetDoubleAsString(
    double x
) = 0;
Parameters 
Description 
double x 
Double-valued numeric value 

The GetDoubleAsString method returns a pointer to a buffer containing the string representation.

The GetDoubleAsString method converts a double-valued numeric value to its equivalent string representation (according to the AIMMS standard).

Copyright © 1993–2016 by AIMMS B.V. All rights reserved.