Navigation:  MCL Reference > Arithmetic Functions >

Over( )

Print this Topic Previous pageReturn to chapter overviewNext page

The function returns the result of an divide operation of 2 values. Null values will be returned if the denominator is zero.

 

Syntax

Over(x1,x2)

 

Returns

Returns the result of an divide operation of 2 values. Null values will be returned if the denominator is zero.

 

Examples

Over(3,4)

Returns 0.75

 

Over(3,0)

Returns NULL.

 

 


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