8 references to SByteDataFrameColumn
Microsoft.Data.Analysis.Tests (8)
DataFrameColumn.BinaryOperationTests.cs (7)
102SByteDataFrameColumn otherColumn = new SByteDataFrameColumn("SByte", otherColumnEnumerable); 509SByteDataFrameColumn otherColumn = new SByteDataFrameColumn("SByte", otherColumnEnumerable); 916SByteDataFrameColumn otherColumn = new SByteDataFrameColumn("SByte", otherColumnEnumerable); 1323SByteDataFrameColumn otherColumn = new SByteDataFrameColumn("SByte", otherColumnEnumerable); 1730SByteDataFrameColumn otherColumn = new SByteDataFrameColumn("SByte", otherColumnEnumerable); 2149SByteDataFrameColumn otherColumn = new SByteDataFrameColumn("SByte", otherColumnEnumerable); 2446SByteDataFrameColumn otherColumn = new SByteDataFrameColumn("SByte", otherColumnEnumerable);
DataFrameTests.Utils.cs (1)
169var sbyteColumn = new SByteDataFrameColumn("Sbyte", range.Select(x => (sbyte)x));