808 |
/** |
/** |
809 |
\brief |
\brief |
810 |
Return the maximum absolute value of this Data object. |
Return the maximum absolute value of this Data object. |
811 |
|
For Data which contain no samples (or tagged Data for which no tags in use have a value) |
812 |
|
zero is returned. |
813 |
* |
* |
814 |
*/ |
*/ |
815 |
ESCRIPT_DLL_API |
ESCRIPT_DLL_API |
819 |
/** |
/** |
820 |
\brief |
\brief |
821 |
Return the maximum value of this Data object. |
Return the maximum value of this Data object. |
822 |
* |
For Data which contain no samples (or tagged Data for which no tags in use have a value) |
823 |
|
a large negative value is returned. |
824 |
*/ |
*/ |
825 |
ESCRIPT_DLL_API |
ESCRIPT_DLL_API |
826 |
double |
double |
829 |
/** |
/** |
830 |
\brief |
\brief |
831 |
Return the minimum value of this Data object. |
Return the minimum value of this Data object. |
832 |
|
For Data which contain no samples (or tagged Data for which no tags in use have a value) |
833 |
|
a large positive value is returned. |
834 |
* |
* |
835 |
*/ |
*/ |
836 |
ESCRIPT_DLL_API |
ESCRIPT_DLL_API |