Base:
property
Position
Microsoft.ML.DataViewRow.Position
6 references to Position
Microsoft.ML.Data (6)
DataView\TypedCursor.cs (6)
436
typedPeek(row,
Position
, ref buf);
457
typedPeek(row,
Position
, ref buf);
523
typedPeek(row,
Position
, ref value);
575
public long Position => _row.
Position
;
593
public override long Position => _cursor.
Position
;
640
Ch.Check(
Position
>= 0, "Cannot fill values. The cursor is not active.");