8 references to UInt16DataFrameColumn
Microsoft.Data.Analysis.Tests (8)
DataFrameColumn.BinaryOperationTests.cs (7)
159
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
566
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
973
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
1380
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
1787
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
2214
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
2511
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
DataFrameTests.Utils.cs (1)
173
var ushortColumn = new
UInt16DataFrameColumn
("Ushort", range.Select(x => (ushort)x));