8 references to UInt16DataFrameColumn
Microsoft.Data.Analysis.Tests (8)
DataFrameColumn.BinaryOperationTests.cs (7)
154
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
561
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
968
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
1375
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
1782
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
2209
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
2506
UInt16DataFrameColumn otherColumn = new
UInt16DataFrameColumn
("UInt16", otherColumnEnumerable);
DataFrameTests.Utils.cs (1)
173
var ushortColumn = new
UInt16DataFrameColumn
("Ushort", range.Select(x => (ushort)x));