Click or drag to resize

DfsDLLWrapper.dfsGetItemStats 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: System.IntPtr
item_no
Type: System.Int32
cOff
Type: System.Int32
min_rtn
Type: System.Double
max_rtn
Type: System.Double
mean_rtn
Type: System.Double
st_dev_rtn
Type: System.Double
auto_corr_rtn
Type: System.Double
no_of_values_rtn
Type: System.Int32
no_of_del_values_rtn
Type: System.Int32
no_of_pairs_rtn
Type: System.Int32
See Also