MIN()
Determines the minumum of two numbers or dates.
Syntax
MIN( <xValue>, <xValue1> ) --> <xMin>
Arguments
<xValue> Any date or numeric value.
<xValue1> Any date or numeric value.
Returns
<xMin> The smaller numeric (or earlier date) value.
Description
This function returns the smaller of the two passed espressions. <xValue> and <xValue1> must be the same data type. If numeric, the smaller number is returned. If dates, the earlier date is returned.
Examples
? MIN( 214514214, 6251242142 ) ? MIN( STOD( "20001111" ), STOD( "20140621" ) )
Compliance
Clipper
Platforms
All
Files
Library is rtl
Seealso
MAX()
Pingback: Harbour All Functions – M | Viva Clipper !
Pingback: Harbour Math Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !