Evaluators\EvaluatorUtils.cs (5)
289stratColGetter = RowCursorUtils.GetGetterAs<uint>(type, cursor, stratCol);
308getters[i] = RowCursorUtils.GetGetterAs<double>(NumberDataViewType.Double, cursor, i);
1013getters[i] = RowCursorUtils.GetGetterAs<double>(NumberDataViewType.Double, row, i);
1116stratColGetter = RowCursorUtils.GetGetterAs<uint>(type, cursor, stratCol);
1485stratGetter = RowCursorUtils.GetGetterAs<uint>(stratType, cursor, stratCol);