8 references to SByteDataFrameColumn
Microsoft.Data.Analysis.Tests (8)
DataFrameColumn.BinaryOperationTests.cs (7)
107
SByteDataFrameColumn otherColumn = new
SByteDataFrameColumn
("SByte", otherColumnEnumerable);
514
SByteDataFrameColumn otherColumn = new
SByteDataFrameColumn
("SByte", otherColumnEnumerable);
921
SByteDataFrameColumn otherColumn = new
SByteDataFrameColumn
("SByte", otherColumnEnumerable);
1328
SByteDataFrameColumn otherColumn = new
SByteDataFrameColumn
("SByte", otherColumnEnumerable);
1735
SByteDataFrameColumn otherColumn = new
SByteDataFrameColumn
("SByte", otherColumnEnumerable);
2154
SByteDataFrameColumn otherColumn = new
SByteDataFrameColumn
("SByte", otherColumnEnumerable);
2451
SByteDataFrameColumn otherColumn = new
SByteDataFrameColumn
("SByte", otherColumnEnumerable);
DataFrameTests.Utils.cs (1)
169
var sbyteColumn = new
SByteDataFrameColumn
("Sbyte", range.Select(x => (sbyte)x));