ChartDirector 7.1 (C++ Edition)
ArrayMath.max
Usage
double maxValue() const;
Description
Gets the maximum value of the elements of the ArrayMath object.
NOTE: In older versions of ChartDirector, this method is named "ArrayMath::max". However, the Microsoft windows header "windows.h" defines "max" as a macro, causing a conflict. To avoid the conflict, this method is now named "ArrayMath::maxValue". To maintain backwards compatibility, "ArrayMath::max" can also be used if the "max" macro is not defined.
Arguments
None
Return Value
The maximum value of the elements of the ArrayMath object.
© 2023 Advanced Software Engineering Limited. All rights reserved.