OpenNETCF Smart Device Framework 2.2
Namespace:
OpenNETCFAssembly: OpenNETCF (in OpenNETCF)
Version: 2.2.0.0
Syntax
| C# |
|---|
public static float Min( float val1, float val2 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Min ( _ val1 As Single, _ val2 As Single _ ) As Single |
| Visual Basic (Usage) |
|---|
Dim val1 As Single Dim val2 As Single Dim returnValue As Single returnValue = Math2.Min(val1, val2) |
| Visual C++ |
|---|
public: static float Min( float val1, float val2 ) |
| J# |
|---|
public static float Min( float val1, float val2 ) |
| JScript |
|---|
public static function Min( val1 : float, val2 : float ) : float |
Parameters
- val1
- Type: System..::.Single
- val2
- Type: System..::.Single