Returns the larger of specified values.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected Nullable<Double> Max ( |
Visual Basic
Copy Code
|
|---|
Protected Function Max( _ |
The first value to compare.
The second value to compare.
A nullable double value representing the larger value.
See Also