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