|
msiNcVarStat |
( |
msParam_t * |
ncGetVarOutParam, |
|
|
msParam_t * |
statOutStr, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Compute the maximum, minimum and average of a variable in a NcGetVarOut_MS_T
- Module:
- core
- Since:
- 3.2
- Author:
- Mike Wan
- Date:
- 2012
- Example Usage:
- See clients/icommands/test/rules3.0/netcdfTest1.r, netcdfTest2.r and netcdfTest3.r.
- Parameters:
-
[in] | ncGetVarOutParam | - A NcGetVarOut_MS_T containing the variables |
[out] | statOutStr | - A STR_MS_T containing the maximum, minimum and average values |
- Returns:
- integer
- Return values:
-
| status | of the call. success if greater or equal 0. error if negative. |
- Side Effect:
- none
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
- Bug:
- no known bugs
Definition at line 2843 of file reNetcdf.c.
|