This compiles:
Dim v As variant = cluster.Keys
Dim numDimensions as Integer = v(0).Features.Ubound + 1
This does not:
Dim numDimensions as Integer = cluster.Keys(0).Features.Ubound + 1
Wasswrongwitme?
2 posts - 2 participants
This compiles:
Dim v As variant = cluster.Keys
Dim numDimensions as Integer = v(0).Features.Ubound + 1
This does not:
Dim numDimensions as Integer = cluster.Keys(0).Features.Ubound + 1
Wasswrongwitme?
2 posts - 2 participants