PivotDataState Constructor (UInt32, Object, UInt32, Object)

NReco.PivotData Class Library Documentation
Initializes a new instance of the PivotDataState class

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public PivotDataState(
	uint dimCount,
	Object[] keys,
	uint[][] vk,
	Object[] vals
)

Parameters

dimCount
Type: SystemUInt32
keys
Type: SystemObject
vk
Type: SystemUInt32
vals
Type: SystemObject
See Also

Reference