4 references to LeftShift
Microsoft.Data.Analysis (1)
DataFrame.BinaryOperators.cs (1)
568return df.LeftShift(value);
Microsoft.Data.Analysis.Tests (3)
DataFrameTests.BinaryOperations.cs (3)
83Assert.Equal(2, df.LeftShift(1)[1, 0]); 176Assert.Throws<NotSupportedException>(() => df.LeftShift(5)); 210Assert.Throws<NotSupportedException>(() => df.LeftShift(5));