1 override of CumulativeProduct
Microsoft.Data.Analysis (1)
PrimitiveDataFrameColumn.Computations.cs (1)
66
public override DataFrameColumn
CumulativeProduct
(bool inPlace = false)
12 references to CumulativeProduct
Microsoft.Data.Analysis.Tests (12)
DataFrameTests.Computations.cs (12)
102
DataFrameColumn uintColumn = df.Columns["Uint"].
CumulativeProduct
();
105
df.Columns["Uint"].
CumulativeProduct
(true);
135
Assert.Throws<NotSupportedException>(() => column.
CumulativeProduct
());
147
Assert.Throws<NotImplementedException>(() => column.
CumulativeProduct
());
162
Assert.Throws<NotSupportedException>(() => column.
CumulativeProduct
());
171
column.
CumulativeProduct
();
271
DataFrameColumn uintColumn = df.Columns["Uint"].
CumulativeProduct
();
274
df.Columns["Uint"].
CumulativeProduct
(true);
304
Assert.Throws<NotSupportedException>(() => column.
CumulativeProduct
());
316
Assert.Throws<NotImplementedException>(() => column.
CumulativeProduct
());
326
Assert.Throws<NotSupportedException>(() => column.
CumulativeProduct
());
334
column.
CumulativeProduct
();