2 writes to
Microsoft.Data.Analysis (2)
PrimitiveDataFrameColumn.cs (2)
241
_columnContainer
[
rowIndex] = (T?)value;
252
set => _columnContainer
[
rowIndex] = value;
6 references to
Microsoft.Data.Analysis (6)
PrimitiveColumnContainer.cs (4)
376
ret.Add(this
[
i]);
419
yield return this
[
i];
430
T? value = this
[
i];
433
sb.Append(this
[
i]).Append(" ");
PrimitiveDataFrameColumn.cs (2)
233
protected T? GetTypedValue(long rowIndex) => _columnContainer
[
rowIndex];
522
var value = _columnContainer
[
curRow];