Namespace:
NReco.PivotData
Assembly:
NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
public PivotDataState(
uint dimCount,
Object[] keys,
uint[][] vk,
Object[] vals
)
Public Sub New (
dimCount As UInteger,
keys As Object(),
vk As UInteger()(),
vals As Object()
)
public:
PivotDataState(
unsigned int dimCount,
array<Object^>^ keys,
array<array<unsigned int>^>^ vk,
array<Object^>^ vals
)
new :
dimCount : uint32 *
keys : Object[] *
vk : uint32[][] *
vals : Object[] -> PivotDataState
Parameters
- dimCount
- Type: System.UInt32
- keys
- Type:System.Object[]
- vk
- Type:System.UInt32[][]
- vals
- Type:System.Object[]
Reference