Navigation:  MCL Reference > Statistics in a Race >

RunnersMin( )

Print this Topic Previous pageReturn to chapter overviewNext page

The RunnersMin( ) function returns the minimum value of a datum about a runner in a particular race.

 

Syntax

RunnersMin('nValueExpr',cRaceID,'fCondition')

 

Argument

Description

Example

'eValueExpr'

Datum the minimum of which is to be found.
Data type of expression: Any

'HrBodyweight( )'

cRaceID

Race ID (default to underlying race). Normally, this is a string returned by the functions HrRaceID( ), JrRaceID( ) and SrRaceID( ).

'17222'

'fCondition'

Logical expression to filter out a particular set of runners in the race.

'HrFP( )<=3'

 

Returns

The type of the value returned by the function is identical to that of the first argument of the function.

 

Examples

RunnersMin('Bodyweight( )')

Returns the minimum Body Weight of the underlying race.

 

RunnersMin('Bodyweight( )','17222')

Returns the minimum Body Weight of the race of ID '17222', i.e., the 222nd race of season 97-98.

 

RunnersMin('Bodyweight( )',,'HrFP( )<=3')

Returns the minimum Body Weight amount the 3 fastest horses in the underlying race.

 

RunnersMin('Bodyweight( )','17222','HrFP( )<=3')

Returns the minimum Body Weight amount the 3 fastest horses of the race of ID '17222', i.e., the 222nd race of season 97-98.

 

 


Page url: http://www.racematenet.com/english/help/index.html?runnersmin.htm