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: System.UInt32
keys
Type:System.Object[]
vk
Type:System.UInt32[][]
vals
Type:System.Object[]
See Also

Reference