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: SystemUInt32
- keys
- Type: SystemObject
- vk
- Type: SystemUInt32
- vals
- Type: SystemObject
Reference