13 references to Multiply
Microsoft.Data.Analysis (11)
DataFrame.BinaryOperators.cs (11)
238return df.Multiply(value); 248return df.Multiply(value); 258return df.Multiply(value); 268return df.Multiply(value); 278return df.Multiply(value); 288return df.Multiply(value); 298return df.Multiply(value); 308return df.Multiply(value); 318return df.Multiply(value); 328return df.Multiply(value); 338return df.Multiply(value);
Microsoft.Data.Analysis.Tests (2)
DataFrameTests.BinaryOperations.cs (2)
40ret = df.Multiply(5); 77Assert.Equal(5, df.Multiply(5, inPlace: true)[1, 0]);