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)
100
DataFrameColumn uintColumn = df.Columns["Uint"].
CumulativeProduct
();
103
df.Columns["Uint"].
CumulativeProduct
(true);
133
Assert.Throws<NotSupportedException>(() => column.
CumulativeProduct
());
145
Assert.Throws<NotImplementedException>(() => column.
CumulativeProduct
());
160
Assert.Throws<NotSupportedException>(() => column.
CumulativeProduct
());
169
column.
CumulativeProduct
();
269
DataFrameColumn uintColumn = df.Columns["Uint"].
CumulativeProduct
();
272
df.Columns["Uint"].
CumulativeProduct
(true);
302
Assert.Throws<NotSupportedException>(() => column.
CumulativeProduct
());
314
Assert.Throws<NotImplementedException>(() => column.
CumulativeProduct
());
324
Assert.Throws<NotSupportedException>(() => column.
CumulativeProduct
());
332
column.
CumulativeProduct
();