FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsStatItem Constructor (Int64, Int64, Double, String, Int32)

Constructor.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public clsStatItem(
	long lLow,
	long lHigh,
	double dAvg,
	string sLabel,
	int iPos
)
Public Sub New ( _
	lLow As Long, _
	lHigh As Long, _
	dAvg As Double, _
	sLabel As String, _
	iPos As Integer _
)
public:
clsStatItem(
	long long^ lLow, 
	long long^ lHigh, 
	double^ dAvg, 
	String^ sLabel, 
	int^ iPos
)

Parameters

lLow
Type: Int64
.
lHigh
Type: Int64
.
dAvg
Type: Double
.
sLabel
Type: String
.
iPos
Type: Int32
Zero-based index of the position.

Remarks


Dileepa, 2/19/2014.