Click or drag to resize

DfsDLLWrapperdfsGetItemStats 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)
Syntax
public static void 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
)

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
See Also