Use: Required Data Type: Any numeric A numeric (Linux web host)

Use: Required Data Type: Any numeric A numeric data type or expression Return Value Returns the minimum of val1 and val2 in the widest data type of the two numbers Description Returns the minimum of val1 and val2, in the same data type as the numbers. See Rules at a Glance for more detail. Rules at a Glance If the two arguments do not have the same data type, then the narrower data type is cast to the wider type. For instance, the code fragment: Dim x As Integer = 5 Dim y As Double = 454.8 MsgBox(Math.Min(x, y)) displays 454.8 without error. The datatype returned by the function in this instance is a Double. This is a Shared member, so it can be used without creating any objects. VB .NET/VB 6 Differences The Min function is new to the .NET Framework. See Also Max Function Minute Function Class Microsoft.VisualBasic.DateAndTime Syntax Minute(TimeValue) TimeValue Use: Required Data Type: Date

Hint: This post is supported by Gama web hosting php mysql provider

Comments are closed.