DfsDLLAccessdfsGetItemStats Method |
wrapped dfsGetItemStats
Namespace:
DHI.Generic.MikeZero.DFS
Assembly:
DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static int dfsGetItemStats(
IntPtr pdfs,
int item_no,
int cOff,
out double min_rtn,
out double max_rtn,
out double mean_rtn,
out double st_dev_rtn,
out double auto_corr_rtn,
out int no_of_values_rtn,
out int no_of_del_values_rtn,
out int no_of_pairs_rtn
)
Public Shared Function dfsGetItemStats (
pdfs As IntPtr,
item_no As Integer,
cOff As Integer,
<OutAttribute> ByRef min_rtn As Double,
<OutAttribute> ByRef max_rtn As Double,
<OutAttribute> ByRef mean_rtn As Double,
<OutAttribute> ByRef st_dev_rtn As Double,
<OutAttribute> ByRef auto_corr_rtn As Double,
<OutAttribute> ByRef no_of_values_rtn As Integer,
<OutAttribute> ByRef no_of_del_values_rtn As Integer,
<OutAttribute> ByRef no_of_pairs_rtn As Integer
) As Integer
public:
static int dfsGetItemStats(
IntPtr pdfs,
int item_no,
int cOff,
[OutAttribute] double% min_rtn,
[OutAttribute] double% max_rtn,
[OutAttribute] double% mean_rtn,
[OutAttribute] double% st_dev_rtn,
[OutAttribute] double% auto_corr_rtn,
[OutAttribute] int% no_of_values_rtn,
[OutAttribute] int% no_of_del_values_rtn,
[OutAttribute] int% no_of_pairs_rtn
)
static member dfsGetItemStats :
pdfs : IntPtr *
item_no : int *
cOff : int *
min_rtn : float byref *
max_rtn : float byref *
mean_rtn : float byref *
st_dev_rtn : float byref *
auto_corr_rtn : float byref *
no_of_values_rtn : int byref *
no_of_del_values_rtn : int byref *
no_of_pairs_rtn : int byref -> int
Parameters
- pdfs
- Type: SystemIntPtr
- item_no
- Type: SystemInt32
- cOff
- Type: SystemInt32
- min_rtn
- Type: SystemDouble
- max_rtn
- Type: SystemDouble
- mean_rtn
- Type: SystemDouble
- st_dev_rtn
- Type: SystemDouble
- auto_corr_rtn
- Type: SystemDouble
- no_of_values_rtn
- Type: SystemInt32
- no_of_del_values_rtn
- Type: SystemInt32
- no_of_pairs_rtn
- Type: SystemInt32
Return Value
Type:
Int32
See Also