







![]() ![]() |
Project Mercury API Reference |
Calculator..::.Max Method (Single, Single) |
Calculator Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Returns the greater of two values.
Namespace:
ProjectMercury
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
C# |
---|
public static float Max( float value1, float value2 ) |
Visual Basic (Declaration) |
---|
Public Shared Function Max ( _ value1 As Single, _ value2 As Single _ ) As Single |
Visual C++ |
---|
public: static float Max( float value1, float value2 ) |