Navigation bar
  Start Previous page
 155 of 283 
Next page End 150 151 152 153 154 155 156 157 158 159 160  

146
Min
Type
Function (see discussion for the return type)
Invocation
Min(val1, val2) 
Parameter
Method
Type
Description
val1
ByVal
numeric
One of two values of which the smallest is desired.
val2
ByVal
numeric
One of two values of which the smallest is desired.
Discussion
This function returns the smaller of the two supplied values, both of which must be of the same type.  If
the supplied values are signed, the determination of which is smallest takes the sign of the values into
account.  The return value is the same type as the parameters.
Compatibility
This function is not available in BasicX compatibility mode.
See Also
Previous page Top Next page