







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