9 lines
137 B
C++
9 lines
137 B
C++
|
#ifndef __VE0100D_H
|
||
|
#include "ve0100d.h"
|
||
|
#endif
|
||
|
|
||
|
real f100( TRectype& r )
|
||
|
{
|
||
|
return( r.get_real( "PREZZO" ) * r.get_real( "QTA" ) );
|
||
|
};
|