You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when "dataset.GetData(index.x, index.y, index.z) " to get the value, the console show "data[]"'s index is out of range. Is that shuld check the "dataset.data.Length" and "x + y * dimX + z * (dimX * dimY)]"'s value before get the dataset's value ?