home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
office
/
a115_1
/
Documents
/
Functions
/
DataBase
< prev
next >
Wrap
Text File
|
1991-10-09
|
2KB
|
136 lines
%OP%LP*
%OP%TM4
%OP%BM4
%OP%LM5
%OP%FX
%OP%FY
%OP%FS
%OP%WC2,1750,360,1252,0,1,0,0
%OP%VS3.40R (11-Oct-90), Mrjc, R9200 7500 3900 8299
%CO:A,10,88%%C%%H1%Database Functions Examples
%C%Function
Davg
Dcount
Dcounta
Dmax
Dmin
Dstd
Dstdp
Dsum
Dvar
Dvarp
%CO:B,9,16%
%V%%C%8
%V%%C%7
%V%%C%2
%V%%C%11
%V%%C%6
%C%Input 1
%C%b4e8
%C%b4e8
%C%b4e8
%C%b4e8
%C%b4e8
%C%b4e8
%C%b4e8
%C%b4e8
%C%b4e8
%C%b4e8
%CO:C,9,0%
%V%%C%5
%V%%C%12
%V%%C%7
%V%%C%9
%V%%C%17
%C%Input 2
%C%b4e8<11
%C%b4e8<11
%C%b4e8<11
%C%b4e8<16
%C%b4e8>5
%C%b4e8<5
%C%b4e8<5
%C%b4e8<7
%C%b4e8>13
%C%b4e8>13
%CO:D,9,0%
%V%%C%10
%V%%C%14
%V%%C%7
%V%%C%5
%V%%C%17
%C%Input 3
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C%-
%C% -
%CO:E,8,90%
%V%%C%13
%V%%C%19
%V%%C%1
%V%%C%7
%V%%C%1
%C%Result
%V%%R%davg(b4e8,b4e8<11)
%V%%R%dcount(b4e8,b4e8<11)
%V%%R%dcounta(b4e8,b4e8<11)
%V%%R%dmax(b4e8,b4e8<16)
%V%%R%dmin(b4e8,b4e8>5)
%V%%R%dstd(b4e8,b4e8<5)
%V%%R%dstdp(b4e8,b4e8<5)
%V%%R%dsum(b4e8,b4e8<7)
%V%%R%dvar(b4e8,b4e8>13)
%V%%R%dvarp(b4e8,b4e8>13)
%CO:F,4,0%%CO:G,65,68%
%L%Summary
Returns the average of a list of numbers.
Counts the number of entries in a list satisfying the condition. (Numeric Slots only).
Counts the number of entries in a list satisfying the condition. (All Slots).
Returns the maximum value in a list satisfying a condition.
Returns the minimum value in a list satisfying the condition.
Returns the population standard deviation of a list satisfying the condition.
Returns the modified population standard deviation of a list satisfying the condition.
Sums the values in a list satisfying the condition.
Returns the population variance of a list satisfying the condition.
Returns the modified population variance of a list satisfying the condition.