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